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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/svg/interfaces-expected.txt

Issue 2741463002: Remove SVGTests.requiredFeatures attribute
Patch Set: rebase Created 3 years, 9 months 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/external/wpt/svg/interfaces-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/svg/interfaces-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/svg/interfaces-expected.txt
index 796c087c21a6f7ce355a2b7538e34e5ce5754551..dd8d44b76dc3318d3aa88fe859fe22926af92bc6 100644
--- a/third_party/WebKit/LayoutTests/external/wpt/svg/interfaces-expected.txt
+++ b/third_party/WebKit/LayoutTests/external/wpt/svg/interfaces-expected.txt
@@ -302,23 +302,6 @@ PASS SVGStringList interface: operation insertItemBefore(DOMString,unsigned long
PASS SVGStringList interface: operation replaceItem(DOMString,unsigned long)
PASS SVGStringList interface: operation removeItem(unsigned long)
PASS SVGStringList interface: operation appendItem(DOMString)
-PASS SVGStringList must be primary interface of a.requiredFeatures
-PASS Stringification of a.requiredFeatures
-PASS SVGStringList interface: a.requiredFeatures must inherit property "length" with the proper type (0)
-PASS SVGStringList interface: a.requiredFeatures must inherit property "numberOfItems" with the proper type (1)
-PASS SVGStringList interface: a.requiredFeatures must inherit property "clear" with the proper type (2)
-PASS SVGStringList interface: a.requiredFeatures must inherit property "initialize" with the proper type (3)
-PASS SVGStringList interface: calling initialize(DOMString) on a.requiredFeatures with too few arguments must throw TypeError
-PASS SVGStringList interface: a.requiredFeatures must inherit property "getItem" with the proper type (4)
-PASS SVGStringList interface: calling getItem(unsigned long) on a.requiredFeatures with too few arguments must throw TypeError
-PASS SVGStringList interface: a.requiredFeatures must inherit property "insertItemBefore" with the proper type (5)
-PASS SVGStringList interface: calling insertItemBefore(DOMString,unsigned long) on a.requiredFeatures with too few arguments must throw TypeError
-PASS SVGStringList interface: a.requiredFeatures must inherit property "replaceItem" with the proper type (6)
-PASS SVGStringList interface: calling replaceItem(DOMString,unsigned long) on a.requiredFeatures with too few arguments must throw TypeError
-PASS SVGStringList interface: a.requiredFeatures must inherit property "removeItem" with the proper type (7)
-PASS SVGStringList interface: calling removeItem(unsigned long) on a.requiredFeatures with too few arguments must throw TypeError
-PASS SVGStringList interface: a.requiredFeatures must inherit property "appendItem" with the proper type (8)
-PASS SVGStringList interface: calling appendItem(DOMString) on a.requiredFeatures with too few arguments must throw TypeError
PASS SVGUnitTypes interface: existence and properties of interface object
PASS SVGUnitTypes interface object length
PASS SVGUnitTypes interface object name

Powered by Google App Engine
This is Rietveld 408576698