haikuwebkit/LayoutTests/fast/inline/break-between-nobr-expected...

10 lines
379 B
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<body>
<p> There should be a single non-wrapping line below. https://bugs.webkit.org/show_bug.cgi?id=11857 </p>
<div style="height: 100px; width: 200px; font: 20px/1 Arial;">
<nobr>Text Text Text Text Text Text Text Text Text Text Text Text Text Text</nobr>
</div>
</body>
</html>