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