Files
rust_browser/tests/goldens/fixtures/010-block-layout.html
2026-01-28 22:47:48 -05:00

13 lines
172 B
HTML

<html>
<head>
<style>
.box { margin: 5px; }
</style>
</head>
<body>
<div class="box">First</div>
<div class="box">Second</div>
<div class="box">Third</div>
</body>
</html>