diff options
Diffstat (limited to 'layout/style/crashtests/498036-1.html')
-rw-r--r-- | layout/style/crashtests/498036-1.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/layout/style/crashtests/498036-1.html b/layout/style/crashtests/498036-1.html new file mode 100644 index 000000000..0128be749 --- /dev/null +++ b/layout/style/crashtests/498036-1.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<!-- bogus assertion when one stylesheet contains two @import rules + specifying malformed URIs --> +<html> +<head> +<style type="text/css"> + +@import 'data:css'; +@import 'data:css'; + +</style> +</head> +<body> +</body> +</html> |