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 0000000000..909ca941df --- /dev/null +++ b/gfx/tests/crashtests/665218.html @@ -0,0 +1,8 @@ +<html class="reftest-paged"><head> +<style id="e"> @font-face { + font-family: "aaa"; + src: url("doesnotexist.TTF"); + } + * { font-family: "aaa"; }</style> +</head> +<body> |