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/frame-flex-item-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<style>
frame { padding: 100px; }
</style>
<body style="display: flex">
<script>
document.body.appendChild(document.createElement("frame"));
</script>