Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
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 }
15 </style>
16 <body>
17 <p>󝬍</p>
18 </body>
19 </html>