Sign in
webkit
/
WebKit
/
23e576feb4d75c9fc45f35cc19515c4cf11389a1
/
.
/
LayoutTests
/
fast
/
flexbox
/
crash-resolved-main-size-zero.html
blob: 7863cf8baee14f78508e043dd2cee435f41afa68 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<style>
*
{
flex-direction
:
column-reverse
;
display
:
flex
;
height
:
0%
;
}
</style>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>
<body>
<p>
This test PASSES if it does not CRASH on Debug builds.
</p>
</body>