<!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> |