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