blob: b497c15f4acfac4124a74d8334c343ffe40ae308 [file] [log] [blame]
<html>
<head></head>
<body onload="done()">
If this page appears without a crash, the test has passed.
<script>
function done() {
if (window.testRunner)
testRunner.notifyDone();
}
</script>
</body></html>