summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/filter-effects/reference/effect-reference-source-alpha-002-ref.html
blob: eb106f327aa4cb89b96c28d43387144b293c5d6f (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<style>
.rect {
    background-color: black;
    width: 100px;
    height: 100px;
    will-change: transform;
}
</style>
<div class="rect"></div>