https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 735e768d0b6231997d95cf9ecc43a1fb3c1faafc authored by ffxbld on 13 December 2011, 01:58:11 UTC
Added tag FENNEC_9_0b6_BUILD1 for changeset 541d40f07d00. CLOSED TREE a=release
Tip revision: 735e768
376532-3.html
<!DOCTYPE html>
<!-- Reftest for bug 376532: should show single missing glyph box for non-BMP
     characters (not surrogates)
     Test 3 is a non-equality test to catch the case where a single missing
     glyph box is shown with the low surrogate code point. The test page
     contains U+BF2AD (DABC DEAD) and the reference page U+CFEAD (DAFF DEAD)
-->
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=utf-8">
 </head>
  <style type="text/css">
p {   
  font-size: 36pt;
}
  </style>
 <body>
  <p>&#xbf2ad;</p>
 </body>
</html>
back to top