Mozilla/mozilla/layout/reftests/bugs/376532-2-ref.html
smontagu%smontagu.org b745e431f7 Reftests for bug 376532
git-svn-id: svn://10.0.0.236/trunk@236355 18797224-902f-48f8-a5cc-f745e15eee43
2007-09-20 10:20:01 +00:00

21 lines
569 B
HTML
Executable File

<!DOCTYPE html>
<!-- Reftest for bug 376532: should show single missing glyph box for non-BMP
characters (not surrogates)
Test 2 is a non-equality test to catch the case where a single missing
glyph box is shown with the high surrogate code point. The test page
contains U+0DDBAD and the reference page contains U+0DDB0D
-->
<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>&#x0ddb0d;</p>
</body>
</html>