Sign in
webkit
/
WebKit
/
df74bc8305a63dfc2b235b226ee9572bbdd4f6f9
/
.
/
LayoutTests
/
fast
/
inline
/
inline-flex-on-replaced-crash.html
blob: 7deada7c37219ad6f7ce433093a19971558219b5 [
file
] [
log
] [
blame
]
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>