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