layout/reftests/bugs/376532-2-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bugs/376532-2-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,20 @@
     1.4 +<!DOCTYPE html>
     1.5 +<!-- Reftest for bug 376532: should show single missing glyph box for non-BMP
     1.6 +     characters (not surrogates)
     1.7 +     Test 2 is a non-equality test to catch the case where a single missing
     1.8 +     glyph box is shown with the high surrogate code point. The test page
     1.9 +     contains U+0DDBAD (DB36 DF0D) and the reference page U+0DDB0D (DB36 DFAD)
    1.10 +-->
    1.11 +<html>
    1.12 + <head>
    1.13 +  <meta http-equiv="content-type" content="text/html; charset=utf-8">
    1.14 + </head>
    1.15 +  <style type="text/css">
    1.16 +p {   
    1.17 +  font-size: 36pt;
    1.18 +}
    1.19 +  </style>
    1.20 + <body>
    1.21 +  <p>&#x0ddb0d;</p>
    1.22 + </body>
    1.23 +</html>

mercurial