Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
            
- /css/css-scroll-anchoring/table-col-and-dead-row-group-crash.html - WPT Dashboard Interop Dashboard
 
 
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<div style="display:table;">
  <div style="display:table-column-group;"></div>
  <div id="e13" style="display:table-row-group;">
    <div style="height:200vh;"></div>
    x
  </div>
</div>
<script>
  window.scroll(0, 100);
  e13.style.display = "none";
</script>