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

Unified Diff: LayoutTests/fast/svg/svglist-expected.txt

Issue 1102313002: bindings: Move named/indexed attributes to prototype chains. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 8 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
« no previous file with comments | « LayoutTests/fast/svg/svglist.html ('k') | LayoutTests/inspector/console/console-command-copy-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/svg/svglist-expected.txt
diff --git a/LayoutTests/fast/svg/svglist-expected.txt b/LayoutTests/fast/svg/svglist-expected.txt
deleted file mode 100644
index 6e15bf15e1e5190c590193e1d733016b37ecdfa7..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/svg/svglist-expected.txt
+++ /dev/null
@@ -1,33 +0,0 @@
-This is a testharness.js-based test.
-FAIL SVGPointList has length attribute assert_idl_attribute: property "length" found on object expected in prototype chain
-FAIL SVGPointList has numberOfItems attribute assert_idl_attribute: property "numberOfItems" found on object expected in prototype chain
-PASS SVGPointList.length equals SVGPointList.numberOfItems.
-PASS SVGPointList has array getter
-PASS SVGPointList has array setter
-FAIL SVGStringList has length attribute assert_idl_attribute: property "length" found on object expected in prototype chain
-FAIL SVGStringList has numberOfItems attribute assert_idl_attribute: property "numberOfItems" found on object expected in prototype chain
-PASS SVGStringList.length equals SVGStringList.numberOfItems.
-PASS SVGStringList has array getter
-PASS SVGStringList has array setter
-FAIL SVGTransformList has length attribute assert_idl_attribute: property "length" found on object expected in prototype chain
-FAIL SVGTransformList has numberOfItems attribute assert_idl_attribute: property "numberOfItems" found on object expected in prototype chain
-PASS SVGTransformList.length equals SVGTransformList.numberOfItems.
-PASS SVGTransformList has array getter
-PASS SVGTransformList has array setter
-FAIL SVGPathSegList has length attribute assert_idl_attribute: property "length" found on object expected in prototype chain
-FAIL SVGPathSegList has numberOfItems attribute assert_idl_attribute: property "numberOfItems" found on object expected in prototype chain
-PASS SVGPathSegList.length equals SVGPathSegList.numberOfItems.
-PASS SVGPathSegList has array getter
-PASS SVGPathSegList has array setter
-FAIL SVGLengthList has length attribute assert_idl_attribute: property "length" found on object expected in prototype chain
-FAIL SVGLengthList has numberOfItems attribute assert_idl_attribute: property "numberOfItems" found on object expected in prototype chain
-PASS SVGLengthList.length equals SVGLengthList.numberOfItems.
-PASS SVGLengthList has array getter
-PASS SVGLengthList has array setter
-FAIL SVGNumberList has length attribute assert_idl_attribute: property "length" found on object expected in prototype chain
-FAIL SVGNumberList has numberOfItems attribute assert_idl_attribute: property "numberOfItems" found on object expected in prototype chain
-PASS SVGNumberList.length equals SVGNumberList.numberOfItems.
-PASS SVGNumberList has array getter
-PASS SVGNumberList has array setter
-Harness: the test ran to completion.
-
« no previous file with comments | « LayoutTests/fast/svg/svglist.html ('k') | LayoutTests/inspector/console/console-command-copy-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698