Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-sizing/frameset-intrinsic-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<div id=target style="float: left;"></div>
<script>
document.getElementById('target').appendChild(document.createElement('frameset'));
</script>