summaryrefslogtreecommitdiffstats
path: root/docshell/test/chrome/bug909218.html
diff options
context:
space:
mode:
Diffstat (limited to 'docshell/test/chrome/bug909218.html')
-rw-r--r--docshell/test/chrome/bug909218.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/docshell/test/chrome/bug909218.html b/docshell/test/chrome/bug909218.html
new file mode 100644
index 0000000000..a11fa6000d
--- /dev/null
+++ b/docshell/test/chrome/bug909218.html
@@ -0,0 +1,11 @@
+<html>
+<head>
+ <link rel="stylesheet" type="text/css" href="http://mochi.test:8888/tests/SimpleTest/test.css">
+ <script src="bug909218.js"></script>
+</head>
+<body>
+ <img src="http://mochi.test:8888/tests/docshell/test/chrome/red.png">
+ <!-- an iframe so we can check these too get the correct flags -->
+ <iframe src="generic.html"/>
+</body>
+</html>