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.html

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.html
diff --git a/third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Document-constructor.html b/third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Document-constructor.html
index 11549da4ab47dd5c5ff5c1f3e661474bd023ba84..3ebc780e3277c2ad804e13a8258fab88e6797d84 100644
--- a/third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Document-constructor.html
+++ b/third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Document-constructor.html
@@ -33,6 +33,7 @@ test(function() {
assert_equals(doc.compatMode, "CSS1Compat");
assert_equals(doc.characterSet, "UTF-8");
assert_equals(doc.contentType, "application/xml");
+ assert_equals(doc.origin, document.origin);
assert_equals(doc.createElement("DIV").localName, "DIV");
}, "new Document(): metadata")

Powered by Google App Engine
This is Rietveld 408576698