diff options
Diffstat (limited to '')
-rw-r--r-- | gfx/tests/crashtests/580233-1.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gfx/tests/crashtests/580233-1.html b/gfx/tests/crashtests/580233-1.html new file mode 100644 index 0000000000..07d4abdcb2 --- /dev/null +++ b/gfx/tests/crashtests/580233-1.html @@ -0,0 +1,7 @@ +<html><head>
+<style>@font-face{font-family:t;src:url(580233-bad_gpos_table.ttf);}
+p.t{font-size:40px;font-family:t;}</style>
+</head>
+<body>
+<p class="t">Lorem ipsum</p></body>
+</html>
|