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

Unified Diff: LayoutTests/fast/dom/collection-length-should-not-be-overridden-expected.txt

Issue 158273002: Remove [OverrideBuiltins] from HTMLCollection (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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: LayoutTests/fast/dom/collection-length-should-not-be-overridden-expected.txt
diff --git a/LayoutTests/fast/dom/collection-length-should-not-be-overridden-expected.txt b/LayoutTests/fast/dom/collection-length-should-not-be-overridden-expected.txt
index e3f8328bda999b16f603da8ec375ece7ce633fbb..9cf751c28b8eed981e6093cf1bfb710b30c70ab3 100644
--- a/LayoutTests/fast/dom/collection-length-should-not-be-overridden-expected.txt
+++ b/LayoutTests/fast/dom/collection-length-should-not-be-overridden-expected.txt
@@ -13,7 +13,7 @@ PASS form.elements[1].name is 'length'
PASS select.options.length is 2
PASS select.options[0].getAttribute('name') is 'length'
PASS select.options[1] is select.options['some']
-FAIL table.rows.length should be 2 (of type number). Was [object HTMLTableRowElement] (of type object).
+PASS table.rows.length is 2
PASS table.rows[0] is table.rows['another']
PASS table.rows[1].id is 'length'
PASS successfullyParsed is true
« no previous file with comments | « no previous file | Source/bindings/scripts/code_generator_v8.pm » ('j') | Source/bindings/scripts/code_generator_v8.pm » ('J')

Powered by Google App Engine
This is Rietveld 408576698