Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/webkitglib/2.38
/
.
/
LayoutTests
/
fast
/
inline
/
inline-flex-on-replaced-crash.html
blob: 7deada7c37219ad6f7ce433093a19971558219b5 [
file
] [
edit
]
PASS if no crash or ASSERT
<div><img
style
=
"
width
:
100px
;
height
:
100px
;
display
:
inline-flex
;
background-color
:
green
"
></div>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>