Mypal/layout/reftests/flexbox/flexbox-dyn-changeOrder-1-ref.html
2019-03-11 13:26:37 +03:00

20 lines
295 B
HTML

<!DOCTYPE html>
<!--
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/
-->
<html>
<head>
<style>
#limesquare {
width: 100px;
height: 100px;
background: lime;
}
</style>
</head>
<body>
<div id="limesquare"></div>
</body>
</html>