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

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

Issue 2768373005: Set default document urls to 'about:blank'. (Closed)
Patch Set: Created 3 years, 9 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 Found 133 tests; 129 PASS, 4 FAIL, 0 TIMEOUT, 0 NOTRUN.
3 PASS createElement(a) 3 PASS createElement(a)
4 PASS createElement(abbr) 4 PASS createElement(abbr)
5 PASS createElement(acronym) 5 PASS createElement(acronym)
6 PASS createElement(address) 6 PASS createElement(address)
7 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
8 PASS createElement(area) 8 PASS createElement(area)
9 PASS createElement(article) 9 PASS createElement(article)
10 PASS createElement(aside) 10 PASS createElement(aside)
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 PASS createElement(unknown) 123 PASS createElement(unknown)
124 PASS createElement(wbr) 124 PASS createElement(wbr)
125 PASS createDocumentFragment 125 PASS createDocumentFragment
126 PASS createTextNode 126 PASS createTextNode
127 PASS createComment 127 PASS createComment
128 PASS createElement with attributes 128 PASS createElement with attributes
129 PASS createElementNS HTML 129 PASS createElementNS HTML
130 PASS createElementNS non-HTML 130 PASS createElementNS non-HTML
131 PASS createProcessingInstruction 131 PASS createProcessingInstruction
132 PASS implementation.createDocumentType 132 PASS implementation.createDocumentType
133 FAIL implementation.createDocument assert_equals: expected "about:blank" but got "" 133 FAIL implementation.createDocument assert_equals: expected "null" but got "http: //web-platform.test:8001"
134 PASS implementation.createHTMLDocument 134 PASS implementation.createHTMLDocument
135 PASS node with children 135 PASS node with children
136 Harness: the test ran to completion. 136 Harness: the test ran to completion.
137 137
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698