Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-transitions/crashtests/size-container-transition-crash.html - WPT Dashboard Interop Dashboard
<script>
document.addEventListener("DOMContentLoaded", () => {
const a = document.createElement("style")
document.head.appendChild(a)
a.sheet.insertRule("* { font-size: 30%; container-type: size; transition-duration: 1s, 2s, 1s, 37ms, 26s !important }")
})
</script>