Status: FAIL | Duration: 16ms | Subtests: 0/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-text/white-space/text-wrap-nowrap-001.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>
/css/css-text/white-space/reference/text-wrap-nowrap-001-ref.html
<!DOCTYPE html> <div>Pass if this is a single line of text without breaks.</div>