Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-view-transitions/table-root-transition-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<script>
document.addEventListener("DOMContentLoaded", async () => {
document.documentElement.style.display = "inline table"
document.startViewTransition(undefined)
})
</script>