mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-28 20:55:39 +00:00

We do this to avoid having one of the image loads happen before the cache entry for the image times out and the other image load after the cache entry times out. --HG-- rename : image/test/mochitest/damon.jpg => image/test/mochitest/bug1217571.jpg
18 lines
426 B
HTML
18 lines
426 B
HTML
<!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="bug1217571.jpg">
|
|
</div>
|
|
</body>
|
|
</html>
|