tenfourfox/layout/reftests/transform/square.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

21 lines
281 B
HTML

<html>
<head>
<style>
div {
background: green;
width: 100px;
height: 100px;
}
span {
background: yellow;
width: 50px;
}
</style>
</head>
<body>
<div>
<span></span>
</div>
</body>
</html>