summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/812824-1.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/812824-1.html')
-rw-r--r--layout/reftests/bugs/812824-1.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/layout/reftests/bugs/812824-1.html b/layout/reftests/bugs/812824-1.html
new file mode 100644
index 0000000000..e3f9603c98
--- /dev/null
+++ b/layout/reftests/bugs/812824-1.html
@@ -0,0 +1,5 @@
+<!DOCTYPE HTML>
+<style> html { tab-size: 0 } </style>
+<script> getComputedStyle(document.documentElement, ""); </script>
+<style> html { tab-size: inherit } </style>
+<p>This document should NOT have a red background.</p>