1
0
Fork 0
firefox/testing/web-platform/tests/css/css-view-transitions/animation-name-ua-prefix.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

15 lines
565 B
HTML

<!doctype html>
<title>View transitions UA animations are accessible to author sheets</title>
<link rel="help" href="https://github.com/w3c/csswg-drafts/issues/7560">
<link rel="help" href="https://github.com/w3c/csswg-drafts/issues/7560#issuecomment-1233161987">
<link rel="help" href="https://drafts.csswg.org/css-view-transitions-1/#ua-styles">
<link rel="match" href="/css/reference/blank.html">
<style>
div {
width: 100px;
height: 100px;
background-color: red;
animation: -ua-view-transition-fade-out .001s forwards;
}
</style>
<div></div>