1
0
Fork 0
firefox/testing/web-platform/tests/css/css-view-transitions/navigation/at-rule-opt-in-none-ref.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

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>