Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
8a2c8a97dfd3af0fdb68d49fc58e1163aca8085a
/
.
/
LayoutTests
/
fast
/
css-grid-layout
/
grid-simplified-layout-positioned-expected.html
blob: b0fd50cdf5475aa8067aa9ebabf408803a925f35 [
file
]
<!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>