blob: df9213888da1c947fcd9e7fbfc060f120dd43b54 [file] [log] [blame]
<html>
<body onload="test()">
<script>
if (window.testRunner)
testRunner.dumpAsText();
function test() {
document.open();
document.insertBefore(document.createElement("summary"));
// The document don't have <body> so we need use console.log()
// to make readable expectation.
console.log("PASS unless crash");
}
</script>
</body>
</html>