Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<title>View Transitions: @view-transition opt out in new ocument (ref)</title>
<link rel="author" href="mailto:bokan@chromium.org">
<style>
:root {
/*
* There should be no transition due to `navigation: none` in the
* new or old page.
*/
background: grey;
}
</style>