Title: [189579] trunk/LayoutTests
- Revision
- 189579
- Author
- [email protected]
- Date
- 2015-09-10 11:15:45 -0700 (Thu, 10 Sep 2015)
Log Message
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.
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (189578 => 189579)
--- trunk/LayoutTests/ChangeLog 2015-09-10 18:08:23 UTC (rev 189578)
+++ trunk/LayoutTests/ChangeLog 2015-09-10 18:15:45 UTC (rev 189579)
@@ -1,3 +1,12 @@
+2015-09-10 Dewei Zhu <[email protected]>
+
+ 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 <[email protected]>
Node.appendChild(null) / replaceChild(null, null) / removeChild(null) / insertBefore(null, ref) should throw a TypeError
Modified: trunk/LayoutTests/platform/win/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt (189578 => 189579)
--- trunk/LayoutTests/platform/win/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt 2015-09-10 18:08:23 UTC (rev 189578)
+++ trunk/LayoutTests/platform/win/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt 2015-09-10 18:15:45 UTC (rev 189579)
@@ -1262,8 +1262,8 @@
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)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes