| Index: third_party/WebKit/LayoutTests/imported/wpt/svg/interfaces.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/svg/interfaces.html b/third_party/WebKit/LayoutTests/imported/wpt/svg/interfaces.html
|
| index 3fb951baa39142b551f0170afc43e5f7ef3d445a..c4d7a2740d76e08b0ea89cc83692df6146269e02 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/svg/interfaces.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/svg/interfaces.html
|
| @@ -391,8 +391,12 @@ interface SVGGraphicsElement : SVGElement {
|
| SVGGraphicsElement implements SVGTests;
|
|
|
| interface SVGGeometryElement : SVGGraphicsElement {
|
| + [SameObject] readonly attribute SVGAnimatedNumber pathLength;
|
| +
|
| boolean isPointInFill(DOMPoint point);
|
| boolean isPointInStroke(DOMPoint point);
|
| + float getTotalLength();
|
| + DOMPoint getPointAtLength(float distance);
|
| };
|
|
|
| interface SVGNumber {
|
| @@ -739,11 +743,6 @@ interface SVGAnimatedPreserveAspectRatio {
|
| };
|
|
|
| interface SVGPathElement : SVGGeometryElement {
|
| -
|
| - [SameObject] readonly attribute SVGAnimatedNumber pathLength;
|
| -
|
| - float getTotalLength();
|
| - DOMPoint getPointAtLength(float distance);
|
| };
|
|
|
| interface SVGRectElement : SVGGeometryElement {
|
|
|