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-element-cv-hidden-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title>View transitions: content-visibility:hidden on root element crash</title>
<style>
html {
content-visibility: hidden;
}
</style>
<script>
document.startViewTransition();
</script>