diff options
Diffstat (limited to 'layout/style/crashtests/671799-1.html')
-rw-r--r-- | layout/style/crashtests/671799-1.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/layout/style/crashtests/671799-1.html b/layout/style/crashtests/671799-1.html new file mode 100644 index 000000000..cc89495b3 --- /dev/null +++ b/layout/style/crashtests/671799-1.html @@ -0,0 +1,6 @@ +<!DOCTYPE html> +<html> +<body> +<iframe src="data:text/html,<style>@font-face { font-family: 'x'; src: url(x.ttf); } :root { font-family: 'x'; }</style>"></iframe> +</body> +</html> |