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

Unified Diff: third_party/WebKit/LayoutTests/svg/dom/SVGStringList-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/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
deleted file mode 100644
index cb4683f6879895975c4a6d7e53f69284bcc7e8e4..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/svg/dom/SVGStringList-expected.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-This test checks the SVGStringList API - utilizing the requiredFeatures 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 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 successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698