at-rule-opt-in-none-ref.html (371B)
1 <!DOCTYPE html> 2 <title>View Transitions: @view-transition opt out in new ocument (ref)</title> 3 <link rel="help" href="https://drafts.csswg.org/css-view-transitions-2/"> 4 <link rel="author" href="mailto:bokan@chromium.org"> 5 <style> 6 :root { 7 /* 8 * There should be no transition due to `navigation: none` in the 9 * new or old page. 10 */ 11 background: grey; 12 } 13 </style>