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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Node-cloneNode-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Node-cloneNode-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Node-cloneNode-expected.txt
index 2ec229e35568c26f5fcde1b26a8ca8cca0fd0354..1424f3a50a167bcd1358e6207041e503a3425eac 100644
--- a/third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Node-cloneNode-expected.txt
+++ b/third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Node-cloneNode-expected.txt
@@ -130,7 +130,7 @@ PASS createElementNS HTML
PASS createElementNS non-HTML
PASS createProcessingInstruction
PASS implementation.createDocumentType
-FAIL implementation.createDocument assert_equals: expected "about:blank" but got ""
+FAIL implementation.createDocument assert_equals: expected "null" but got "http://web-platform.test:8001"
PASS implementation.createHTMLDocument
PASS node with children
Harness: the test ran to completion.

Powered by Google App Engine
This is Rietveld 408576698