trisquel-icecat/icecat/testing/web-platform/tests/css/css-ruby/ruby-body-element-crash.html
2025-10-06 02:35:48 -06:00

15 lines
363 B
HTML

<link rel=help href="https://bugzilla.mozilla.org/show_bug.cgi?id=1935728">
<script>
document.addEventListener("DOMContentLoaded", () => {
document.body.getBoundingClientRect();
document.body.parentNode.removeChild(document.body)
document.body.getBoundingClientRect();
})
</script>
<style>
body {
display: ruby-text;
overflow: scroll;
}
</style>
<body>