haikuwebkit/LayoutTests/fast/flexbox/crash-resolved-main-size-ze...

16 lines
258 B
HTML

<!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>