Files
rust_browser/tests/goldens/fixtures/046-list-like-divs.html

9 lines
186 B
HTML

<html>
<body>
<div style="margin-bottom: 5px;">Item 1</div>
<div style="margin-bottom: 5px;">Item 2</div>
<div style="margin-bottom: 5px;">Item 3</div>
<div>Item 4</div>
</body>
</html>