haikuwebkit/LayoutTests/fast/text/whitespace/inline-whitespace-wrapping-...

22 lines
405 B
HTML

<!DOCTYPE html>
<html>
<style>
#container {
float: right;
font-family: Ahem;
}
</style>
</head>
<body>
<p> webkit.org/b/117284: Don't detect line breaks in trailing collapsing space inside nowrap inlines.</p>
<div id="container">
<a href="">A </a>
<a href="">B</a>
</div>
<br>
<div id="container">
<a href="">A </a>
<a href="">B</a>
</div>
</body>