summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/filter-effects/filter-invalid-ref.html
blob: 086dfe97a0dffb8d0e84fc717d865f3b97ba1b84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!doctype html>
<meta charset="utf-8">
<title>CSS Test Reference</title>
<style>
div, rect {
  width: 100px;
  height: 100px;
}
div {
  background-color: blue;
}
rect {
  fill: purple;
}
</style>
<div></div>
<svg>
  <rect></rect>
</svg>