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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Document-constructor-expected.txt

Issue 2881323002: Support Document constructor. (Closed)
Patch Set: add svg/xml tests Created 3 years, 7 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/Document-constructor-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Document-constructor-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Document-constructor-expected.txt
index bfd1f56561df0bdc2dc8c2c8fafc338254063937..8318e20b1fba59a6c78c9946152a2d5cf6484920 100644
--- a/third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Document-constructor-expected.txt
+++ b/third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Document-constructor-expected.txt
@@ -1,8 +1,8 @@
This is a testharness.js-based test.
-FAIL new Document(): interfaces Illegal constructor
-FAIL new Document(): children Illegal constructor
-FAIL new Document(): metadata Illegal constructor
-FAIL new Document(): characterSet aliases Illegal constructor
-FAIL new Document(): URL parsing Illegal constructor
+PASS new Document(): interfaces
+PASS new Document(): children
+PASS new Document(): metadata
+PASS new Document(): characterSet aliases
+FAIL new Document(): URL parsing assert_equals: expected "http://example.org/?%C3%A4" but got "http://example.org/?รค"
Harness: the test ran to completion.

Powered by Google App Engine
This is Rietveld 408576698