blob: 4da56fd0828616bb9b7e90df2293f505133be6d7 [file] [log] [blame]
<style>
html::first-letter {
width: 0;
}
</style>
<script>
if (window.testRunner)
testRunner.dumpAsText();
onload = () => {
document.execCommand('SelectAll');
document.body.append('aa');
document.documentElement.append('');
document.body.offsetTop;
document.body.style.overflow = 'clip';
};
</script>