1
0
Fork 0
firefox/testing/web-platform/tests/css/css-text/white-space/text-wrap-nowrap-001.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

11 lines
353 B
HTML

<!DOCTYPE html>
<link rel="help" href="https://drafts.csswg.org/css-text-4/#text-wrap">
<link rel="match" href="reference/text-wrap-nowrap-001-ref.html">
<link rel="mismatch" href="reference/text-wrap-nowrap-001-mis-ref.html">
<style>
div {
width: 20ch;
text-wrap: nowrap;
}
</style>
<div>Pass if this is a single line of text without breaks.</div>