summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/filter-effects/backdrop-filter-edge-pixels-ref.html
blob: 36c509ff95d9b667018d070f4c1c7d334437ce37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<meta charset="utf-8">
<title>backdrop-filter: Edge pixels shouldn't get filtered</title>
<link rel="author" href="mailto:masonf@chromium.org">



<div class="box"></div>
<div style="position:absolute;top:100px;will-change:transform;">
  <p>Expected above: A pure white box with a blue border.<br>
  No dark/black should be observed within the white box.</p>
</div>

<style>
.box {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0px;
  left: 0px;
  border: 1px solid blue;

}
</style>