blob: f5bcadb7ac98221ee17465d4709c2e9d0035def8 [file] [log] [blame]
<script>
alert("PASS");
var shouldNotifyDone = document.location.search.indexOf("?notifyDone=1") !== -1 && window.testRunner;
if (shouldNotifyDone)
testRunner.notifyDone();
</script>