Files
rust_browser/tests/goldens/fixtures/045-mixed-headings-para.html

9 lines
156 B
HTML

<html>
<body>
<h1>Main Title</h1>
<p>Introductory paragraph under the title.</p>
<h2>Section Title</h2>
<p>Content under section title.</p>
</body>
</html>