Files
rust_browser/tests/goldens/fixtures/070-white-space-nowrap.html
2026-01-31 16:56:44 -05:00

5 lines
182 B
HTML

<style>
.nowrap { white-space: nowrap; width: 100px; }
</style>
<div class="nowrap">This is a very long line of text that should not wrap even though the container is narrow</div>