1
0
Fork 0
firefox/testing/web-platform/tests/css/css-ruby/ruby-body-element-crash.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02: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>