blob: ab1957a1a2fcff21d04211d3eb7b1747d06d0324 [file] [log] [blame]
<!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>