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