Sign in
webkit
/
WebKit
/
a231b9c05f00391ba283ff877aa3287c882082d0
/
.
/
LayoutTests
/
css3
/
flexbox
/
order-painting-expected.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>