| Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/DOMImplementation-createDocument.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/DOMImplementation-createDocument.html b/third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/DOMImplementation-createDocument.html
|
| index 4fa396749f9c0f458f948c4f12bc7dfbb0ee314b..ce11c69b4fcf21136c5978250988ba5d99fc5f38 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/DOMImplementation-createDocument.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/DOMImplementation-createDocument.html
|
| @@ -123,7 +123,7 @@ test(function() {
|
| var doc = document.implementation.createDocument(namespace, qualifiedName, doctype)
|
| assert_equals(doc.compatMode, "CSS1Compat")
|
| assert_equals(doc.characterSet, "UTF-8")
|
| - assert_equals(doc.contentType, namespace == htmlNamespace ? "text/html"
|
| + assert_equals(doc.contentType, namespace == htmlNamespace ? "application/xhtml+xml"
|
| : namespace == svgNamespace ? "image/svg+xml"
|
| : "application/xml")
|
| assert_equals(doc.URL, "about:blank")
|
|
|