376532-1.html (531B)
1 <!DOCTYPE html> 2 <!-- Reftest for bug 376532: should show single missing glyph box for non-BMP 3 characters (not surrogates) 4 Test 1 uses a narrow paragraph with overflow-x: hidden so that if two 5 missing glyph boxes are displayed only one will be visible 6 --> 7 <html> 8 <head> 9 <meta http-equiv="content-type" content="text/html; charset=utf-8"> 10 </head> 11 <style type="text/css"> 12 p { 13 font-size: 36pt; 14 width: 24pt; 15 overflow-x: hidden; 16 } 17 </style> 18 <body> 19 <p>󝬍</p> 20 </body> 21 </html>