Title: [222693] trunk/LayoutTests/imported/w3c
Revision
222693
Author
wei...@apple.com
Date
2017-10-01 18:28:23 -0700 (Sun, 01 Oct 2017)

Log Message

Add missing results from r222690.

* web-platform-tests/XMLHttpRequest/responseType-document-in-worker-expected.txt: Added.
* web-platform-tests/XMLHttpRequest/responseXML-unavailable-in-worker-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/imported/w3c/ChangeLog (222692 => 222693)


--- trunk/LayoutTests/imported/w3c/ChangeLog	2017-10-01 22:32:58 UTC (rev 222692)
+++ trunk/LayoutTests/imported/w3c/ChangeLog	2017-10-02 01:28:23 UTC (rev 222693)
@@ -1,5 +1,12 @@
 2017-10-01  Sam Weinig  <s...@webkit.org>
 
+        Add missing results from r222690.
+
+        * web-platform-tests/XMLHttpRequest/responseType-document-in-worker-expected.txt: Added.
+        * web-platform-tests/XMLHttpRequest/responseXML-unavailable-in-worker-expected.txt: Added.
+
+2017-10-01  Sam Weinig  <s...@webkit.org>
+
         Add support for DOM aborting (https://dom.spec.whatwg.org/#aborting-ongoing-activities)
         https://bugs.webkit.org/show_bug.cgi?id=177718
 

Added: trunk/LayoutTests/imported/w3c/web-platform-tests/XMLHttpRequest/responseType-document-in-worker-expected.txt (0 => 222693)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/XMLHttpRequest/responseType-document-in-worker-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/XMLHttpRequest/responseType-document-in-worker-expected.txt	2017-10-02 01:28:23 UTC (rev 222693)
@@ -0,0 +1,3 @@
+
+PASS Setting XMLHttpRequest responseType to 'document' in a worker should have no effect. 
+

Added: trunk/LayoutTests/imported/w3c/web-platform-tests/XMLHttpRequest/responseXML-unavailable-in-worker-expected.txt (0 => 222693)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/XMLHttpRequest/responseXML-unavailable-in-worker-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/XMLHttpRequest/responseXML-unavailable-in-worker-expected.txt	2017-10-02 01:28:23 UTC (rev 222693)
@@ -0,0 +1,3 @@
+
+PASS XMLHttpRequest's responseXML property should not be exposed in workers. 
+
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to