blob: 3ee492bf9045f598ad7db863a69c3a1e7a11507c [file] [log] [blame]
<!DOCTYPE html>
<html>
<style>
#container {
float: right;
}
.link
{
white-space: nowrap;
}
</style>
</head>
<body>
<p> webkit.org/b/117370: Ignore trailing space when deciding whether text fits on a line.</p>
<div id="container">
<a href="" class="link">A</a>
<a href="" class="link">B </a></div>
</div>
</body>