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