blob: 93b925d3992a2d8b448a31207d098bf2e8297858 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>This tests that inline does not assert when its composite state changes.</title>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
<style>
* {
display: inline-flex;
flex-basis: 1;
}
</style>
</head>
<body>
PASS if no assert in debug.
<frameset></frameset>
</body>
</html>