Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
            
- /css/css-contain/crashtests/contain-dynamic-change-crash.html - WPT Dashboard Interop Dashboard
 
 
<!DOCTYPE html>
<meta charset="utf-8">
<style>
*:only-child {
  contain: size layout paint;
}
</style>
<script>
document.addEventListener("DOMContentLoaded", () => {
  a.getBoundingClientRect();
  a.appendChild(c);
  b.scrollBy();
})
</script>
<body>
<svg>
<animateMotion id="b">
</animateMotion>
<foreignObject id="a">
<article>
<data id="c">