summaryrefslogtreecommitdiffstats
path: root/dom/base/test/test_bug503481b.html
blob: e11fe36116cf5f472cae1874172870cb04282ef9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE HTML>
<html>
<!--
https://bugzilla.mozilla.org/show_bug.cgi?id=503481
-->
<head>
  <title>Test for Bug 503481</title>
  <script src="/tests/SimpleTest/SimpleTest.js"></script>
  <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" />
</head>
<body>

<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=503481"
   target="_blank" >Mozilla Bug 503481</a>

<iframe src="file_bug503481b_inner.html"></iframe>
<script>
SimpleTest.waitForExplicitFinish();
// script in the iframe will call SimpleTest.finish()
</script>
</body>
</html>