gecko-dev/layout/style/crashtests/1415353.html

9 строки
228 B
HTML

<!doctype html>
<textarea id="htmlvar00003" maxlength="0">
<!-- Text nodes around me are important -->
</textarea>
<script>
document.body.offsetTop;
document.querySelector('textarea').attachShadow({ mode: "open" });
</script>