blob: 59e3342daebb77a8e484add21626472c01b396ab [file] [log] [blame] [edit]
<!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:bokan@chromium.org">
<style>
:root {
/*
* There should be no transition due to `navigation: none` in the
* new or old page.
*/
background: grey;
}
</style>