Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / basic / 012.html
blobbf46a076f61d7333f82369d1fd81ccc0e618aa23
1 <html>
2 <head></head>
3 <body bgcolor="#FFFFFF" text="#000000">
4 <h2>Safari Whitespace/Non-ASCII Bug</h2>
5 <p>Apart from whitespace (tab and linefeed characters), the two lists below (in red) use identical HTML.
6 Both lists should be rendered on a single line. In Safari, however, the first list shows each item on a separate line.</p>
7 <p>This bug only seems to occur if the bullet character is non-ASCII (has a Unicode value higher than 127). Non-breaking spaces (&amp;#160;), however, are an exception.</p>
8 <br>
9 <font color="#CC0000">
10 &#187; England
15 &#187; Ireland
20 &#187; Scotland
25 &#187; Germany
30 &#187; France
31 <br>
32 <br>
33 &#187; England
34 &#187; Ireland
35 &#187; Scotland
36 &#187; Germany
37 &#187; France
38 </font>
39 <br>