summaryrefslogtreecommitdiffstats
path: root/image/test/mochitest/bug1217571-iframe.html
blob: d67bb9ed7dae12d634ddc2093a049b3583df6d51 (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 type="application/javascript" 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="damon.jpg">
</div>
</body>
</html>