blob: 7c79165ee8530aac31bd1f72682eadae7d2df2d6 [file] [log] [blame]
<!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>