haikuwebkit/LayoutTests/fast/css-grid-layout/grid-simplified-layout-posi...

13 lines
234 B
HTML

<!DOCTYPE html>
<style>
body {
position: absolute;
left: 100px;
top: 100px;
width: 400px;
}
</style>
This text and input should appear at 100x100 position.
Like if they have a left and top margin of 100px.
<input>