bug 580719 followup - add crashtest based on the testcase in comment 9. r=jdaggett a=test-only

This commit is contained in:
Jonathan Kew 2010-08-23 11:32:31 +01:00
parent 860e5d69bb
commit aba987848c
3 changed files with 19 additions and 0 deletions

View 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>

Binary file not shown.

View File

@ -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