| 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")
|
|
|
|
|