Sign in
chromium
/
external
/
w3c
/
web-platform-tests.git
/
HEAD
/
.
/
css
/
css-flexbox
/
reference
/
order-painting-ref.html
blob: bf7bc30d017dd4066193b7ed18bdd94dbfeb8de3 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body>
<p>
This test passes if there is no red showing.
</p>
<div
style
=
"
width
:
100px
;
height
:
100px
;
background-color
:
green
"
></div>
</body>
</html>