summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/filters/feImage-scale-to-primitive-subregion-ref.html
blob: dc7d3d8dcadd992cf03ef8f586e5c1a1a9ea2fc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!--
     Any copyright is dedicated to the Public Domain.
     http://creativecommons.org/publicdomain/zero/1.0/
-->
<!DOCTYPE HTML>
<html>
<title>feImage Rendering Should Scale To Its Primitive Subregion</title>
<head>
  <style>
    .filtered {
      height: 30px;
      width: 600px;
      background: #0f0;
    }
  </style>
</head>
<body>
  <p>You should see a long horizontal green rectangle.</p>
  <div class="filtered"></div>
</body>
</html>