summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-view-transitions/backdrop-filter-animated-ref.html
blob: d3f1dffacdcdd2a85348a56214117fe58e0d4d08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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>