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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Node-properties-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 699 tests; 695 PASS, 4 FAIL, 0 TIMEOUT, 0 NOTRUN.
2 PASS testDiv.nodeType 3 PASS testDiv.nodeType
3 PASS testDiv.ownerDocument 4 PASS testDiv.ownerDocument
4 PASS testDiv.parentNode 5 PASS testDiv.parentNode
5 PASS testDiv.parentElement 6 PASS testDiv.parentElement
6 PASS testDiv.childNodes.length 7 PASS testDiv.childNodes.length
7 PASS testDiv.childNodes[0] 8 PASS testDiv.childNodes[0]
8 PASS testDiv.childNodes[1] 9 PASS testDiv.childNodes[1]
9 PASS testDiv.childNodes[2] 10 PASS testDiv.childNodes[2]
10 PASS testDiv.childNodes[3] 11 PASS testDiv.childNodes[3]
11 PASS testDiv.childNodes[4] 12 PASS testDiv.childNodes[4]
(...skipping 681 matching lines...) Expand 10 before | Expand all | Expand 10 after
693 PASS paras[4].nodeValue 694 PASS paras[4].nodeValue
694 PASS paras[4].children.length 695 PASS paras[4].children.length
695 PASS paras[4].className 696 PASS paras[4].className
696 PASS paras[4].lastElementChild 697 PASS paras[4].lastElementChild
697 PASS paras[4].firstElementChild 698 PASS paras[4].firstElementChild
698 PASS paras[4].firstChild 699 PASS paras[4].firstChild
699 PASS paras[4].lastChild 700 PASS paras[4].lastChild
700 PASS paras[4].hasChildNodes() 701 PASS paras[4].hasChildNodes()
701 Harness: the test ran to completion. 702 Harness: the test ran to completion.
702 703
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698