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

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

Issue 2478613003: Revert of Import wpt@a99ba661fff2fb129894bdff21d63814d9b3f7e9 (Closed)
Patch Set: 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 c4d7a2740d76e08b0ea89cc83692df6146269e02..3fb951baa39142b551f0170afc43e5f7ef3d445a 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/svg/interfaces.html
+++ b/third_party/WebKit/LayoutTests/imported/wpt/svg/interfaces.html
@@ -391,12 +391,8 @@
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 {
@@ -743,6 +739,11 @@
};
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