testing/web-platform/tests/css/css-text/white-space/text-wrap-nowrap-001.html
author Cosmin Sabou <csabou@mozilla.com>
Sat, 12 Jul 2025 09:18:08 +0300 (6 hours ago)
changeset 796290 5ad1f0c58c82bdfa2f42fed870bbe143465398d0
parent 738668 aa9ea91f54b20e9c7de622f8f0a6708e43ee73a7
permissions -rw-r--r--
Revert "Bug 1977019 - re-enable hw video decoding testing. r=media-playback-reviewers,jolin" for causing win mda failures on test_hw_video_decoding.html This reverts commit 158474bdc0cf585b701bc47921f0a7d84f7bb84d.
<!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>