| Index: LayoutTests/svg/filters/fePointLight-primitiveUnits-objectBoundingBox.html
|
| diff --git a/LayoutTests/svg/filters/fePointLight-primitiveUnits-objectBoundingBox.html b/LayoutTests/svg/filters/fePointLight-primitiveUnits-objectBoundingBox.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..d53b2f7c006febc20ad8eb9aa7cd4644430c9f59
|
| --- /dev/null
|
| +++ b/LayoutTests/svg/filters/fePointLight-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>
|
| + <fePointLight x="0.5" y="0.5" z="0.2"/>
|
| + </feDiffuseLighting>
|
| + </filter>
|
| + <rect x="50" y="50" width="100" height="100" filter="url(#puobb)"/>
|
| +</svg>
|
|
|