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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Node-cloneNode-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 133 tests; 129 PASS, 4 FAIL, 0 TIMEOUT, 0 NOTRUN.
2 PASS createElement(a) 3 PASS createElement(a)
3 PASS createElement(abbr) 4 PASS createElement(abbr)
4 PASS createElement(acronym) 5 PASS createElement(acronym)
5 PASS createElement(address) 6 PASS createElement(address)
6 FAIL createElement(applet) assert_true: HTMLAppletElement is not supported expec ted true got false 7 FAIL createElement(applet) assert_true: HTMLAppletElement is not supported expec ted true got false
7 PASS createElement(area) 8 PASS createElement(area)
8 PASS createElement(article) 9 PASS createElement(article)
9 PASS createElement(aside) 10 PASS createElement(aside)
10 PASS createElement(audio) 11 PASS createElement(audio)
11 PASS createElement(b) 12 PASS createElement(b)
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 PASS createElement with attributes 128 PASS createElement with attributes
128 PASS createElementNS HTML 129 PASS createElementNS HTML
129 PASS createElementNS non-HTML 130 PASS createElementNS non-HTML
130 PASS createProcessingInstruction 131 PASS createProcessingInstruction
131 PASS implementation.createDocumentType 132 PASS implementation.createDocumentType
132 FAIL implementation.createDocument assert_equals: expected "about:blank" but got "" 133 FAIL implementation.createDocument assert_equals: expected "about:blank" but got ""
133 PASS implementation.createHTMLDocument 134 PASS implementation.createHTMLDocument
134 PASS node with children 135 PASS node with children
135 Harness: the test ran to completion. 136 Harness: the test ran to completion.
136 137
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698