Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-text/white-space/text-wrap-nowrap-001.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<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>