Sign in
webkit
/
WebKit
/
b4234713c85383e00e81c500ff74ee340e8a262a
/
.
/
LayoutTests
/
fast
/
css-grid-layout
/
grid-simplified-layout-positioned-expected.html
blob: b0fd50cdf5475aa8067aa9ebabf408803a925f35 [
file
] [
log
] [
blame
]
<!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>