no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / line-breaking / surrogates-1.html
blob3c8252c5c9acec7299234a941f7fa5c4687148bf
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset=utf-8>
5 <title>Bug xxxx</title>
6 <style>
7 p {
8 width:0;
10 .bmp {
11 color: green;
13 .supp {
14 color: blue;
16 </style>
17 </head>
18 <body>
19 Line-breaking in the green (BMP) and blue (supplementary-plane) examples should match.
20 <p class="bmp">abcdef &#x2018;&#x6587;&#x2019; abcdef</p>
21 <p class="supp">abcdef &#x2018;&#x2000B;&#x2019; abcdef</p>
22 </body>
23 </html>