Sign in
webkit
/
WebKit
/
3473c2d1f339ad9d366a2f0fc63bb385f19f42b3
/
.
/
LayoutTests
/
fast
/
html
/
HTMLEmbedElement_without_parent_renderer_assert_crash.html
blob: 8e87808a02c166ad16549e864739239652f4fa77 [
file
] [
log
] [
blame
]
<html>
<div
style
=
"
-webkit-flow-from
:
thread
;
"
>
<object>
<embed
width
=
"100"
>
</object>
</div>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
document
.
body
.
innerHTML
=
"PASS. WebKit didn't crash."
;
</script>
</html>