Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-tables/crashtests/caption-repaint-crash.html - WPT Dashboard Interop Dashboard
<style>
*:defined {
outline: currentColor dashed;
}
*:read-write {
animation: kf 200ms ease-out 16384 alternate-reverse backwards
}
@keyframes kf {
20% {
clip-path: polygon(1px 0.75em, 128px 100%)
}
}
</style>
<script>
document.addEventListener("DOMContentLoaded", () => {
a.createCaption()
})
</script>
<table id="a" contenteditable="true" align="left">