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

Unified Diff: third_party/WebKit/LayoutTests/svg/dom/SVGStringList-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/svg/dom/SVGStringList-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/dom/SVGStringList-expected.txt b/third_party/WebKit/LayoutTests/svg/dom/SVGStringList-expected.txt
index cb4683f6879895975c4a6d7e53f69284bcc7e8e4..dd73f9fee65a09813bac759ac412f918df851ad8 100644
--- a/third_party/WebKit/LayoutTests/svg/dom/SVGStringList-expected.txt
+++ b/third_party/WebKit/LayoutTests/svg/dom/SVGStringList-expected.txt
@@ -1,19 +1,19 @@
-This test checks the SVGStringList API - utilizing the requiredFeatures property of SVGRectElement
+This test checks the SVGStringList API - utilizing the requiredExtensions property of SVGRectElement
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-Check initial requiredFeatures values
-PASS rect.requiredFeatures.numberOfItems is 2
-PASS rect.requiredFeatures.getItem(0) is "foo"
-PASS rect.requiredFeatures.getItem(1) is "bar"
+Check initial requiredExtensions values
+PASS rect.requiredExtensions.numberOfItems is 2
+PASS rect.requiredExtensions.getItem(0) is "foo"
+PASS rect.requiredExtensions.getItem(1) is "bar"
Check that getItem() does NOT return live strings, as the IDL defines the return types as plain DOMString
PASS firstItem = 'test' is "test"
-PASS rect.requiredFeatures.numberOfItems is 2
-PASS rect.requiredFeatures.getItem(0) is "foo"
-PASS rect.requiredFeatures.getItem(1) is "bar"
+PASS rect.requiredExtensions.numberOfItems is 2
+PASS rect.requiredExtensions.getItem(0) is "foo"
+PASS rect.requiredExtensions.getItem(1) is "bar"
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698