summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/480880-2a.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/480880-2a.html')
-rw-r--r--layout/reftests/bugs/480880-2a.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/layout/reftests/bugs/480880-2a.html b/layout/reftests/bugs/480880-2a.html
new file mode 100644
index 0000000000..afc3c4a49f
--- /dev/null
+++ b/layout/reftests/bugs/480880-2a.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<html style="display: table" class="reftest-wait">
+ <head>
+ <script>
+ window.addEventListener("MozReftestInvalidate",
+ function() {
+ document.documentElement.removeChild(document.body);
+ document.documentElement.className = "";
+ });
+ </script>
+ </head>
+ <body style="background: green">
+ </body>
+</html>