haikuwebkit/LayoutTests/fast/ruby/assert-when-content-size-is...

21 lines
338 B
HTML

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