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