Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-flexbox/inline-flex-frameset-main-axis-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<html style="display: inline-flex;">
<title>CSS Flexbox: the main axis calculation with frameset</title>
<meta name="assert" content="This test ensures that frameset does not crash on computing the main axis.">
<frameset></frameset>
</html>