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/sticky-continuation-crash.html - WPT Dashboard Interop Dashboard
<script>
document.addEventListener("DOMContentLoaded", () => {
a.appendChild(b)
b.style.cssFloat = "left"
})
</script>
<style>
:root {
column-width: 0px;
}
</style>
<sub id="b">a</sub>
<ul style="position: sticky">
<input>
<li>
<section id="a">a</section>
<font>a</font>