summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-view-transitions/backdrop-filter-animated-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-view-transitions/backdrop-filter-animated-ref.html')
-rw-r--r--testing/web-platform/tests/css/css-view-transitions/backdrop-filter-animated-ref.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-view-transitions/backdrop-filter-animated-ref.html b/testing/web-platform/tests/css/css-view-transitions/backdrop-filter-animated-ref.html
new file mode 100644
index 0000000000..d3f1dffacd
--- /dev/null
+++ b/testing/web-platform/tests/css/css-view-transitions/backdrop-filter-animated-ref.html
@@ -0,0 +1,22 @@
+<!DOCTYPE html>
+<title>View transitions: capture with backdrop filter on the element (ref)</title>
+<link rel="help" href="https://drafts.csswg.org/css-view-transitions-1/">
+<link rel="author" href="mailto:vmpstr@chromium.org">
+<style>
+.box {
+ background: green;
+ width: 100px;
+ height: 100px;
+}
+#target {
+ width: 50px;
+ height: 50px;
+ position: absolute;
+ top: 20px;
+ left: 20px;
+ backdrop-filter: grayscale(0.5);
+}
+</style>
+
+<div class=box></div>
+<div id=target></div>