diff options
Diffstat (limited to 'layout/style/crashtests/460217-1.html')
-rw-r--r-- | layout/style/crashtests/460217-1.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/layout/style/crashtests/460217-1.html b/layout/style/crashtests/460217-1.html new file mode 100644 index 0000000000..e5918ad6ed --- /dev/null +++ b/layout/style/crashtests/460217-1.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<html> +<head> +<style type="text/css"> +@font-face +{ +} +@font-face +{ font-family: 1; +} +</style> +</head> +<body> +</body> +</html> |