13 lines
371 B
HTML
13 lines
371 B
HTML
<!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>
|