Sign in
webkit
/
WebKit
/
a231c91b6a598a51b62eadba79950f827d9298a2
/
.
/
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>