Bumping manifests a=b2g-bump
[gecko.git] / layout / reftests / bugs / 376532-1-ref.html
bloba33760880eb34d89977bd0f34facc7660540a4c9
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;
15 </style>
16 <body>
17 <p>&#xddb0d;</p>
18 </body>
19 </html>