+2015-09-10 Dewei Zhu <dewei_zhu@apple.com>
+
+ Update windows platform expected results for bug 148810.
+ https://bugs.webkit.org/show_bug.cgi?id=149038
+
+ Reviewed by Alexey Proskuryakov.
+
+ * platform/win/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt: Updated.
+
2015-09-10 Chris Dumez <cdumez@apple.com>
Node.appendChild(null) / replaceChild(null, null) / removeChild(null) / insertBefore(null, ref) should throw a TypeError
FAIL Document interface: document.implementation.createDocument(null, "", null) must inherit property "documentURI" with the proper type (2) assert_equals: expected "string" but got "object"
PASS Document interface: document.implementation.createDocument(null, "", null) must inherit property "origin" with the proper type (3)
PASS Document interface: document.implementation.createDocument(null, "", null) must inherit property "compatMode" with the proper type (4)
-FAIL Document interface: document.implementation.createDocument(null, "", null) must inherit property "characterSet" with the proper type (5) assert_equals: expected "string" but got "object"
-FAIL Document interface: document.implementation.createDocument(null, "", null) must inherit property "inputEncoding" with the proper type (6) assert_equals: expected "string" but got "object"
+PASS Document interface: document.implementation.createDocument(null, "", null) must inherit property "characterSet" with the proper type (5)
+PASS Document interface: document.implementation.createDocument(null, "", null) must inherit property "inputEncoding" with the proper type (6)
PASS Document interface: document.implementation.createDocument(null, "", null) must inherit property "contentType" with the proper type (7)
PASS Document interface: document.implementation.createDocument(null, "", null) must inherit property "doctype" with the proper type (8)
PASS Document interface: document.implementation.createDocument(null, "", null) must inherit property "documentElement" with the proper type (9)