blob: b4d64caa387b770a38781f22deb420b1821237ee [file] [log] [blame]
<html>
<head>
<title>Test for http://bugs.webkit.org/show_bug.cgi?id=12479</title>
<script>
if (window.testRunner) {
testRunner.waitUntilDone();
testRunner.dumpAsText();
alert("If you do not hit an assertion failure when running this test with a debug build and you get a SUCCESS message, then you pass the test.");
}
var reloaded = false;
function frameLoaded()
{
if (!reloaded) {
reloaded = true;
frames[0].location.reload();
} else {
if (window.testRunner) {
alert("SUCCESS");
testRunner.notifyDone();
}
}
}
</script>
</head>
<frameset cols="*">
<frame src="resources/simultaneous-reloads-assert-frame.html">
</frameset>
</html>