Sign in
webkit
/
WebKit
/
89a852d658c99c7dfd3ed1a2c0901b08868c5c78
/
.
/
LayoutTests
/
fast
/
inline
/
inline-body-crash.html
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>