Sign in
chromium
/
external
/
w3c
/
web-platform-tests.git
/
HEAD
/
.
/
css
/
css-grid
/
anonymous-grid-items-002-ref.html
blob: 0a14a1f9c5534e9775495e322a1bc95b3eb6a6c8 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<p>
Test passes if there are two lines below:
</p>
<hr>
<div
style
=
"
display
:
grid
;
grid-auto-flow
:
row
;
"
>
line one
<span
style
=
"
position
:
absolute
;
"
></span>
line two
</div>