Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-position/sticky/position-sticky-ib-split-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<div id="sc" style="overflow:scroll; height:200px; width:200px;">
<div id="wrapper" style="contain:layout size; height:300px;">
<span id="s">ש <span style='display:block'>ש </span>ש </span>
</div>
<div style="height:500px;"></div>
</div>
<script>
document.body.offsetHeight;
s.style.position = 'sticky';
s.style.top = '0';
</script>