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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Element-matches-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 666 tests; 639 PASS, 27 FAIL, 0 TIMEOUT, 0 NOTRUN.
2 PASS Selectors-API Level 2 Test Suite: HTML with Selectors Level 3 3 PASS Selectors-API Level 2 Test Suite: HTML with Selectors Level 3
3 PASS Detached Element supports matches 4 PASS Detached Element supports matches
4 PASS In-document Element supports matches 5 PASS In-document Element supports matches
5 PASS DIV Element.matches(null) 6 PASS DIV Element.matches(null)
6 PASS DIV Element.matches(undefined) 7 PASS DIV Element.matches(undefined)
7 PASS DIV Element.matches no parameter 8 PASS DIV Element.matches no parameter
8 PASS NULL Element.matches(null) 9 PASS NULL Element.matches(null)
9 PASS NULL Element.matches(undefined) 10 PASS NULL Element.matches(undefined)
10 PASS NULL Element.matches no parameter 11 PASS NULL Element.matches no parameter
11 PASS UNDEFINED Element.matches(null) 12 PASS UNDEFINED Element.matches(null)
(...skipping 716 matching lines...) Expand 10 before | Expand all | Expand 10 after
728 PASS In-document Element.matches: Syntax, group of selectors separator, surround ed by whitespace (1) (with no refNodes): #group em \r 729 PASS In-document Element.matches: Syntax, group of selectors separator, surround ed by whitespace (1) (with no refNodes): #group em \r
729 , \r 730 , \r
730 #group strong 731 #group strong
731 PASS In-document Element.matches: Syntax, group of selectors separator, whitespa ce after (1) (with no refNodes): #group em, \r 732 PASS In-document Element.matches: Syntax, group of selectors separator, whitespa ce after (1) (with no refNodes): #group em, \r
732 #group strong 733 #group strong
733 PASS In-document Element.matches: Syntax, group of selectors separator, whitespa ce before (1) (with no refNodes): #group em \r 734 PASS In-document Element.matches: Syntax, group of selectors separator, whitespa ce before (1) (with no refNodes): #group em \r
734 ,#group strong 735 ,#group strong
735 PASS In-document Element.matches: Syntax, group of selectors separator, no white space (1) (with no refNodes): #group em,#group strong 736 PASS In-document Element.matches: Syntax, group of selectors separator, no white space (1) (with no refNodes): #group em,#group strong
736 Harness: the test ran to completion. 737 Harness: the test ran to completion.
737 738
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698