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

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

Issue 2780443002: SVGStringList update tests. (Closed)
Patch Set: Rebaselining svg/W3C-SVG-1.1-SE/svgdom-over-01-f.svg and win:svg/dom/SVGStringList-basics.xhtml 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..1db1952d18a9d2745276206cdb619c45f332951d 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,23 @@ 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 SVGStringList must be primary interface of a.requiredExtensions
+PASS Stringification of a.requiredExtensions
+PASS SVGStringList interface: a.requiredExtensions must inherit property "length" with the proper type (0)
+PASS SVGStringList interface: a.requiredExtensions must inherit property "numberOfItems" with the proper type (1)
+PASS SVGStringList interface: a.requiredExtensions must inherit property "clear" with the proper type (2)
+PASS SVGStringList interface: a.requiredExtensions must inherit property "initialize" with the proper type (3)
+PASS SVGStringList interface: calling initialize(DOMString) on a.requiredExtensions with too few arguments must throw TypeError
+PASS SVGStringList interface: a.requiredExtensions must inherit property "getItem" with the proper type (4)
+PASS SVGStringList interface: calling getItem(unsigned long) on a.requiredExtensions with too few arguments must throw TypeError
+PASS SVGStringList interface: a.requiredExtensions must inherit property "insertItemBefore" with the proper type (5)
+PASS SVGStringList interface: calling insertItemBefore(DOMString,unsigned long) on a.requiredExtensions with too few arguments must throw TypeError
+PASS SVGStringList interface: a.requiredExtensions must inherit property "replaceItem" with the proper type (6)
+PASS SVGStringList interface: calling replaceItem(DOMString,unsigned long) on a.requiredExtensions with too few arguments must throw TypeError
+PASS SVGStringList interface: a.requiredExtensions must inherit property "removeItem" with the proper type (7)
+PASS SVGStringList interface: calling removeItem(unsigned long) on a.requiredExtensions with too few arguments must throw TypeError
+PASS SVGStringList interface: a.requiredExtensions must inherit property "appendItem" with the proper type (8)
+PASS SVGStringList interface: calling appendItem(DOMString) on a.requiredExtensions 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