Files
rust_browser/tests/goldens/fixtures/011-width-height.html
2026-01-28 22:47:48 -05:00

11 lines
152 B
HTML

<html>
<head>
<style>
.sized { width: 200px; height: 100px; background-color: gray; }
</style>
</head>
<body>
<div class="sized"></div>
</body>
</html>