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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/dom/nodes/case-expected.txt

Issue 2658793002: Report w3c test result count for WPT (Closed)
Patch Set: rebase Created 3 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 unified diff | Download patch
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 Found 285 tests; 277 PASS, 8 FAIL, 0 TIMEOUT, 0 NOTRUN.
2 PASS createElement abc 3 PASS createElement abc
3 PASS setAttribute abc 4 PASS setAttribute abc
4 PASS getAttribute abc 5 PASS getAttribute abc
5 FAIL getElementsByTagName a:abc assert_array_equals: lengths differ, expected 0 got 3 6 FAIL getElementsByTagName a:abc assert_array_equals: lengths differ, expected 0 got 3
6 PASS getElementsByTagName abc 7 PASS getElementsByTagName abc
7 PASS createElement Abc 8 PASS createElement Abc
8 PASS setAttribute Abc 9 PASS setAttribute Abc
9 PASS getAttribute Abc 10 PASS getAttribute Abc
10 FAIL getElementsByTagName a:Abc assert_array_equals: lengths differ, expected 0 got 3 11 FAIL getElementsByTagName a:Abc assert_array_equals: lengths differ, expected 0 got 3
11 PASS getElementsByTagName Abc 12 PASS getElementsByTagName Abc
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 PASS setAttributeNS ABC 280 PASS setAttributeNS ABC
280 PASS getAttributeNS ABC 281 PASS getAttributeNS ABC
281 PASS createElementNS ä 282 PASS createElementNS ä
282 PASS setAttributeNS ä 283 PASS setAttributeNS ä
283 PASS getAttributeNS ä 284 PASS getAttributeNS ä
284 PASS createElementNS Ä 285 PASS createElementNS Ä
285 PASS setAttributeNS Ä 286 PASS setAttributeNS Ä
286 PASS getAttributeNS Ä 287 PASS getAttributeNS Ä
287 Harness: the test ran to completion. 288 Harness: the test ran to completion.
288 289
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698