summaryrefslogtreecommitdiffstats
path: root/docshell/test/chrome/bug909218.html
blob: a11fa6000d7aab3c008d8db9db66f2451fa5331f (plain)
1
2
3
4
5
6
7
8
9
10
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>