Put the script in a <script>!

git-svn-id: svn://10.0.0.236/trunk@244161 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu 2008-01-27 21:10:30 +00:00
parent f0e6296e10
commit 048147f4d4

View File

@ -2,6 +2,7 @@
<html>
<body>
<iframe id="inner" src="http://test1.example.com/tests/content/base/test/file_bug326337_inner.html"></iframe>
<script>
var t = setInterval(doCheck, 300);
function doCheck() {
if (location.hash) {
@ -9,6 +10,6 @@ function doCheck() {
window.opener.finishTest(location.hash);
}
}
<script>
</script>
</body>
</html>