summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/550882-2.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/550882-2.html')
-rw-r--r--layout/reftests/bugs/550882-2.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/layout/reftests/bugs/550882-2.html b/layout/reftests/bugs/550882-2.html
new file mode 100644
index 0000000000..300808f341
--- /dev/null
+++ b/layout/reftests/bugs/550882-2.html
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<iframe src="data:text/html,<html style='height: 100%'>
+ <body style='margin: 0; padding: 0; height: 100%; overflow: visible'
+ onload='document.body.offsetWidth;
+ document.body.style.overflow=&quot;hidden&quot;'>
+ <div style='width: 200%; height: 200%'></div>
+ </body>
+</html>"></iframe>