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/root-preserve3d-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<style>
* {
border-style: double !important;
-webkit-transform-style: preserve-3d !important;
}
</style>
<script>
document.addEventListener("DOMContentLoaded", async () => {
document.startViewTransition(undefined)
})
</script>