diff options
Diffstat (limited to 'layout/style/crashtests/601437-1.html')
-rw-r--r-- | layout/style/crashtests/601437-1.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/layout/style/crashtests/601437-1.html b/layout/style/crashtests/601437-1.html new file mode 100644 index 0000000000..8b5efd6cca --- /dev/null +++ b/layout/style/crashtests/601437-1.html @@ -0,0 +1,7 @@ +<!DOCTYPE html> +<html> +<head> +<link id="s" rel="stylesheet" href="data:text/css,@font-face { font-family: 'F'; src: url('file:///404/'); }"> +</head> +<body onload="document.getElementById('s').sheet.media.appendMedium('x');"></body> +</html> |