button-dynamic-content.html (368B)
1 <!DOCTYPE html> 2 <link rel="help" href="https://issues.chromium.org/issues/353898969"> 3 <link rel="match" href="button-dynamic-content-ref.html"> 4 <button style="width: 100px; height: 100px;"> 5 text text text text text text text text 6 <span id="target"></span> 7 </button> 8 <script> 9 document.body.offsetTop; 10 document.getElementById('target').innerText = "text"; 11 </script>