blob: aac5932bec74280c44fa4f6ba4a1f6c150d5ea57 [file] [log] [blame]
<html>
<head>
<title>inline body causes crash</title>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
</head>
<body style="display: inline;">
<marquee>No crash means PASS</marquee>
</body>
</html>