summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/filter-effects/will-change-blur-filter-under-clip.html
blob: 68e622c36ad18a611188d68a26400f4620ddb9cc (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<link rel="help" href="https://drafts.fxtf.org/filter-effects-1/#FilterProperty">
<link rel="help" href="https://crbug.com/1228817">
<link rel="match" href="reference/green-100x100.html">
<div style="width: 100px; height: 100px; overflow: hidden">
  <div style="width: 200px; height: 200px; margin-top: -50px; margin-left: -50px;
              background: green; filter: blur(10px); will-change: filter"></div>
</div>