summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-flexbox/inline-flex-frameset-main-axis-crash.html
blob: 434897cc7ac0636d7c494a217e6a870aadd4f829 (plain)
1
2
3
4
5
6
7
8
<!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>