diff options
Diffstat (limited to 'layout/style/crashtests/671799-2.html')
-rw-r--r-- | layout/style/crashtests/671799-2.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/layout/style/crashtests/671799-2.html b/layout/style/crashtests/671799-2.html new file mode 100644 index 0000000000..a8398680e0 --- /dev/null +++ b/layout/style/crashtests/671799-2.html @@ -0,0 +1,17 @@ +<!DOCTYPE html> +<html> +<head> +<style type="text/css"> +@font-face { + font-family: foo; + src: url("http://spaces in hostname/"); +} +body { + font-family: foo, monospace; +} +</style> +</head> +<body> +foo bar +</body> +</html> |