1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-05-27 07:39:55 +00:00
Files
UXP/layout/reftests/transform/square.html
T

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>