Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(32)

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/svg/interfaces.html

Issue 2477133002: Import wpt@306326cfe973b6c7019c50879ad03b02825c7539 (Closed)
Patch Set: Modify TestExpectations or download new baselines for tests. Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698