mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-16 17:31:17 +00:00
16 lines
323 B
HTML
16 lines
323 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<iframe id="inner" src="http://test1.example.com/tests/dom/base/test/file_bug326337_inner.html"></iframe>
|
|
<script>
|
|
var t = setInterval(doCheck, 300);
|
|
function doCheck() {
|
|
if (location.hash) {
|
|
clearInterval(t);
|
|
window.opener.finishTest(location.hash);
|
|
}
|
|
}
|
|
</script>
|
|
</body>
|
|
</html>
|