mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-05 13:45:46 +00:00
bug 580719 followup - add crashtest based on the testcase in comment 9. r=jdaggett a=test-only
This commit is contained in:
parent
860e5d69bb
commit
aba987848c
18
gfx/tests/crashtests/580719-1.html
Normal file
18
gfx/tests/crashtests/580719-1.html
Normal file
@ -0,0 +1,18 @@
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: t;
|
||||
src: url(580719-bad_head_table.ttf);
|
||||
}
|
||||
|
||||
p.t {
|
||||
font-size: 40px;
|
||||
font-family: t;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class="t">Lorem ipsum</p>
|
||||
</body>
|
||||
</html>
|
BIN
gfx/tests/crashtests/580719-bad_head_table.ttf
Normal file
BIN
gfx/tests/crashtests/580719-bad_head_table.ttf
Normal file
Binary file not shown.
@ -79,3 +79,4 @@ load balinese-letter-spacing.html
|
||||
load 580100-1.html
|
||||
load 580212-1.html
|
||||
skip-if(gtk2Widget) load 580233-1.html
|
||||
load 580719-1.html
|
||||
|
Loading…
x
Reference in New Issue
Block a user