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