haikuwebkit/LayoutTests/css3/flexbox/inline-flex-percentage-heig...

19 lines
326 B
HTML

<!DOCTYPE html>
<style>
caption {
display: inline-flex;
flex-direction: column-reverse;
height: 0%;
}
</style>
This test PASSES if it doesn't CRASH in DEBUG builds.
<table>
<caption>
<div style="height: 0%"></div>
</caption>
</table>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>