surrogates-4-ref.html (478B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset=utf-8> 5 <title>Bug xxxx</title> 6 <style> 7 .bmp { 8 color: green; 9 } 10 .supp { 11 color: blue; 12 } 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>‘文’abcdef</p> 18 <p class="supp">𐐈𐐉𐐊𐐋𐐌𐐍<br>‘𠀋’𐐈𐐉𐐊𐐋𐐌𐐍</p> 19 </body> 20 </html>