blob: 89e3f88c04e356254e3cb95865888b8a545dd96c [file] [log] [blame]
<!doctype html>
<div id="target">AVX</div>
<script>
document.body.offsetHeight;
const text = target.firstChild;
text.insertData(1, 'x');
</script>