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