summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/filter-effects/filter-scale-001-ref.html
blob: 0f9d348e3a6b46121824b9b07fd0332a84011e49 (plain)
1
2
3
4
5
6
7
8
9
10
<!doctype html>
<title>CSS Test Reference</title>
<style>
  div {
    width: 150px;
    height: 150px;
    background: green;
  }
</style>
<div></div>