summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/679933-1.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/generic/crashtests/679933-1.html')
-rw-r--r--layout/generic/crashtests/679933-1.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/layout/generic/crashtests/679933-1.html b/layout/generic/crashtests/679933-1.html
new file mode 100644
index 0000000000..83a049621d
--- /dev/null
+++ b/layout/generic/crashtests/679933-1.html
@@ -0,0 +1,13 @@
+<html class="reftest-wait">
+<head>
+ <script>
+ function tweak() {
+ document.body.removeAttribute('style');
+ document.documentElement.removeAttribute("class");
+ }
+ </script>
+</head>
+<body style="display: inline; mask: url(#a);" onload="setTimeout(tweak, 50)">
+<input id="g" style="display: block; mask: url(#g);">
+</body>
+</html>