tenfourfox/layout/reftests/transform/square.html

21 lines
281 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<html>
<head>
<style>
div {
background: green;
width: 100px;
height: 100px;
}
span {
background: yellow;
width: 50px;
}
</style>
</head>
<body>
<div>
<span></span>
</div>
</body>
</html>