Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /html/rendering/widgets/button-layout/button-dynamic-content.html - WPT Dashboard Interop Dashboard
<!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>