| Index: LayoutTests/svg/filters/feSpotLight-primitiveUnits-objectBoundingBox.html
|
| diff --git a/LayoutTests/svg/filters/feSpotLight-primitiveUnits-objectBoundingBox.html b/LayoutTests/svg/filters/feSpotLight-primitiveUnits-objectBoundingBox.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..c81d86dba2152c0e18c29b25bf75006c5bc2a878
|
| --- /dev/null
|
| +++ b/LayoutTests/svg/filters/feSpotLight-primitiveUnits-objectBoundingBox.html
|
| @@ -0,0 +1,9 @@
|
| +<!DOCTYPE html>
|
| +<svg width="200" height="200">
|
| + <filter id="puobb" primitiveUnits="objectBoundingBox" x="0" y="0" width="1" height="1">
|
| + <feDiffuseLighting>
|
| + <feSpotLight x="0.5" y="0.5" z="0.4" pointsAtX="0.5" pointsAtY="0.5" pointsAtZ="0.2"/>
|
| + </feDiffuseLighting>
|
| + </filter>
|
| + <rect x="50" y="50" width="100" height="100" filter="url(#puobb)"/>
|
| +</svg>
|
|
|