blob: caaf0fcb3dcf728f277447c1b5d0c3924f3449a5 [file] [log] [blame]
<script>
function finish() {
// Attribute handler fires after other event handlers - we use this to finish the test.
if (window.testRunner)
testRunner.notifyDone();
}
</script>
<body onload='finish()'></body>