Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
michael@0 | 1 | <!DOCTYPE html> |
michael@0 | 2 | <!-- Reftest for bug 376532: should show single missing glyph box for non-BMP |
michael@0 | 3 | characters (not surrogates) |
michael@0 | 4 | Test 1 uses a narrow paragraph with overflow-x: hidden so that if two |
michael@0 | 5 | missing glyph boxes are displayed only one will be visible |
michael@0 | 6 | --> |
michael@0 | 7 | <html> |
michael@0 | 8 | <head> |
michael@0 | 9 | <meta http-equiv="content-type" content="text/html; charset=utf-8"> |
michael@0 | 10 | </head> |
michael@0 | 11 | <style type="text/css"> |
michael@0 | 12 | p { |
michael@0 | 13 | font-size: 36pt; |
michael@0 | 14 | } |
michael@0 | 15 | </style> |
michael@0 | 16 | <body> |
michael@0 | 17 | <p>󝬍</p> |
michael@0 | 18 | </body> |
michael@0 | 19 | </html> |