trisquel-icecat/icecat/testing/web-platform/tests/css/css-view-transitions/root-preserve3d-crash.html
2025-10-06 02:35:48 -06:00

13 lines
345 B
HTML

<!DOCTYPE html>
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1963368">
<style>
* {
border-style: double !important;
-webkit-transform-style: preserve-3d !important;
}
</style>
<script>
document.addEventListener("DOMContentLoaded", async () => {
document.startViewTransition(undefined)
})
</script>