haikuwebkit/LayoutTests/fast/flexbox/025.html

6 lines
362 B
HTML

<html style="display: -moz-box; display: -webkit-box; display: box; height:100%; background-color:white">
<body style="margin: 0; display: -moz-box; display: -webkit-box; display: box; -moz-box-flex: 1; -webkit-box-flex: 1; box-flex: 1; background-color:green; color:white">
You should see white text on a green background that fills the window.
</body>
</html>