Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<link rel="match" href="button-dynamic-content-ref.html">
<button style="width: 100px; height: 100px;">
text text text text text text text text
<span id="target"></span>
</button>
<script>
document.body.offsetTop;
document.getElementById('target').innerText = "text";
</script>