bug 836225 - testcase for graphite with supplementary-plane characters. r=jdaggett

This commit is contained in:
Jonathan Kew 2013-10-29 14:04:01 +00:00
parent 45e3ece781
commit 358a65c7c3
3 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,19 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style type="text/css">
@font-face {
font-family: foo;
src: url(PigLatin_Plane15.ttf);
}
body {
font-family: foo;
font-size: 24px;
}
</style>
</head>
<body>
&#xf0050;&#xf0069;&#xf0067; &#xf004c;&#xf0061;&#xf0074;&#xf0069;&#xf006e;
</body>
</html>

Binary file not shown.

View File

@ -97,5 +97,6 @@ load 783041-3.html
load 783041-4.html
asserts-if(gtk2Widget,1) load 798853.html # bug 868792
asserts-if(winWidget,0-1) skip-if(B2G) load 815489.html
load 836225-1.html
load 839745-1.html
load 856784-1.html