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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/html/dom/documents/dom-tree-accessors/nameditem-06-expected.txt

Issue 1837823003: [Binding] Add [OverrideBuiltins] label onto HTMLDocument interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/v8/ScriptController.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 PASS If there is one img, it should be returned (name) 2 PASS If there is one img, it should be returned (name)
3 PASS If there are two imgs, a collection should be returned. (name) 3 PASS If there are two imgs, a collection should be returned. (name)
4 FAIL If there is one img, it should not be returned (id) assert_false: "test3" i n document should be false expected false got true 4 PASS If there is one img, it should not be returned (id)
5 FAIL If there are two imgs, nothing should be returned. (id) assert_false: "test 4" in document should be false expected false got true 5 FAIL If there are two imgs, nothing should be returned. (id) assert_false: "test 4" in document should be false expected false got true
6 PASS If there are two imgs, the one with a name should be returned. (name and id ) 6 PASS If there are two imgs, the one with a name should be returned. (name and id )
7 PASS If there are two imgs, the one with a name should be returned. (id and name ) 7 PASS If there are two imgs, the one with a name should be returned. (id and name )
8 PASS A name should affect getting an img by id 8 PASS A name should affect getting an img by id
9 PASS An id shouldn't affect getting an img by name 9 PASS An id shouldn't affect getting an img by name
10 Harness: the test ran to completion. 10 Harness: the test ran to completion.
11 11
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/v8/ScriptController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698