diff options
Diffstat (limited to 'layout/style/crashtests/915440.html')
-rw-r--r-- | layout/style/crashtests/915440.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/layout/style/crashtests/915440.html b/layout/style/crashtests/915440.html new file mode 100644 index 0000000000..f3a291f1fe --- /dev/null +++ b/layout/style/crashtests/915440.html @@ -0,0 +1,4 @@ +<!DOCTYPE HTML> +<body> +<iframe src="data:text/html,<!DOCTYPE HTML><style>@font-face { font-family: 'a'; src: url('not-found') format('woff'); }</style>"></iframe> +</body> |