Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /svg/crashtests/chrome-bug-1474157.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<svg>
<foreignObject id="target">
<div style="position: sticky; top: 0;"></div>
</foreignObject>
</svg>
<script>
document.body.offsetTop;
document.getElementById('target').style.overflow = 'visible';
</script>