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

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

Issue 2547023002: Import wpt@3c8896ae408c8fd594979da7c99970029e7856a7 (Closed)
Patch Set: Modify TestExpectations or download new baselines for tests. Created 4 years 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..a9bf2bd6bb5219288a315f234f17a609658483bf 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/svg/interfaces.html
+++ b/third_party/WebKit/LayoutTests/imported/wpt/svg/interfaces.html
@@ -540,7 +540,6 @@ interface SVGStringList {
setter void (unsigned long index, DOMString newItem);
};
-[NoInterfaceObject]
interface SVGUnitTypes {
// Unit Types
const unsigned short SVG_UNIT_TYPE_UNKNOWN = 0;
@@ -921,7 +920,6 @@ interface SVGGradientElement : SVGElement {
};
SVGGradientElement implements SVGURIReference;
-SVGGradientElement implements SVGUnitTypes;
interface SVGLinearGradientElement : SVGGradientElement {
[SameObject] readonly attribute SVGAnimatedLength x1;
@@ -964,7 +962,6 @@ interface SVGPatternElement : SVGElement {
SVGPatternElement implements SVGFitToViewBox;
SVGPatternElement implements SVGURIReference;
-SVGPatternElement implements SVGUnitTypes;
interface SVGHatchElement : SVGElement {
};
@@ -1015,7 +1012,6 @@ interface SVGFilterElement : SVGElement {
};
SVGFilterElement implements SVGURIReference;
-SVGFilterElement implements SVGUnitTypes;
[NoInterfaceObject]
interface SVGFilterPrimitiveStandardAttributes {

Powered by Google App Engine
This is Rietveld 408576698