mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-12 18:50:08 +00:00
bug 836225 - testcase for graphite with supplementary-plane characters. r=jdaggett
This commit is contained in:
parent
45e3ece781
commit
358a65c7c3
19
gfx/tests/crashtests/836225-1.html
Normal file
19
gfx/tests/crashtests/836225-1.html
Normal 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>
|
||||
󰁐󰁩󰁧 󰁌󰁡󰁴󰁩󰁮
|
||||
</body>
|
||||
</html>
|
BIN
gfx/tests/crashtests/PigLatin_Plane15.ttf
Normal file
BIN
gfx/tests/crashtests/PigLatin_Plane15.ttf
Normal file
Binary file not shown.
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user