blob: 3eaacdc7e67efe26f27b0d24f716b311ecfc8a48 [file] [log] [blame]
<html>
<script>
function onLoad() {
if (window.testRunner)
testRunner.notifyDone();
}
</script>
<body onload="onLoad()">
This page calls testRunner.notifyDone().
</body>
</html>