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

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

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>&#xddb0d;</p>
    18  </body>
    19 </html>

mercurial