summaryrefslogtreecommitdiffstats
path: root/image/test/mochitest/bug1217571-iframe.html
blob: ab243d5cf50105d1556f6cb38dff4db9a58f534c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE HTML>
<html>
<!--
https://bugzilla.mozilla.org/show_bug.cgi?id=1217571
-->
<head>
  <title>iframe for Bug 1217571</title>
  <script src="/tests/SimpleTest/SimpleTest.js"></script>
  <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
</head>
<body>
<p id="display"></p>
<div id="content" style="display: none">
  <img src="bug1217571.jpg">
</div>
</body>
</html>