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

Side by Side Diff: LayoutTests/imported/web-platform-tests/html/dom/documents/dom-tree-accessors/nameditem-06-expected.txt

Issue 1151323002: testharnessreport: Hide unnecessary elements for JS tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Sync all of testharnessreport.js, and update test results Created 5 years, 7 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 | Annotate | Revision Log
OLDNEW
1
2 This is a testharness.js-based test. 1 This is a testharness.js-based test.
3 PASS If there is one img, it should be returned (name) 2 PASS If there is one img, it should be returned (name)
4 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)
5 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 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
6 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
7 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 )
8 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 )
9 PASS A name should affect getting an img by id 8 PASS A name should affect getting an img by id
10 PASS An id shouldn't affect getting an img by name 9 PASS An id shouldn't affect getting an img by name
11 Harness: the test ran to completion. 10 Harness: the test ran to completion.
12 11
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698