Files
rust_browser/tests/goldens/fixtures/035-multiple-blocks-interrupting.html
Zachary D. Rowitsch d78e1cab3f Phase 1D: Initial Commit
2026-01-29 21:21:29 -05:00

8 lines
154 B
HTML

<div>
Text one
<div style="background-color: #eee;">Block A</div>
Text two
<div style="background-color: #ddd;">Block B</div>
Text three
</div>