1
0
Fork 0
firefox/testing/web-platform/tests/css/css-flexbox/inline-flex-frameset-main-axis-crash.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

8 lines
380 B
HTML

<!DOCTYPE html>
<html style="display: inline-flex;">
<title>CSS Flexbox: the main axis calculation with frameset</title>
<link rel="help" href="https://drafts.csswg.org/css-flexbox/#main-axis">
<link rel="help" href="https://crbug.com/335121">
<meta name="assert" content="This test ensures that frameset does not crash on computing the main axis.">
<frameset></frameset>
</html>