mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
24 lines
608 B
HTML
24 lines
608 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<!--
|
|
https://bugzilla.mozilla.org/show_bug.cgi?id=503481
|
|
-->
|
|
<head>
|
|
<title>Test for Bug 503481</title>
|
|
<script src="/MochiKit/packed.js"></script>
|
|
<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>
|