diff options
Diffstat (limited to 'gfx/tests/crashtests/665218.html')
-rw-r--r-- | gfx/tests/crashtests/665218.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gfx/tests/crashtests/665218.html b/gfx/tests/crashtests/665218.html new file mode 100644 index 000000000..944b341bf --- /dev/null +++ b/gfx/tests/crashtests/665218.html @@ -0,0 +1,8 @@ +<html class="reftest-print"><head> +<style id="e"> @font-face { + font-family: "aaa"; + src: url("doesnotexist.TTF"); + } + * { font-family: "aaa"; }</style> +</head> +<body> |