1
0
Fork 0
mirror of https://github.com/servo/servo.git synced 2025-07-25 16:20:36 +01:00
servo/tests/wpt/web-platform-tests/css/css-flexbox/frame-flex-item-crash.html

8 lines
167 B
HTML

<!DOCTYPE html>
<style>
frame { padding: 100px; }
</style>
<body style="display: flex">
<script>
document.body.appendChild(document.createElement("frame"));
</script>