Title: [266098] trunk/LayoutTests/imported/w3c
Revision
266098
Author
achristen...@apple.com
Date
2020-08-24 19:03:51 -0700 (Mon, 24 Aug 2020)

Log Message

Update iOS layout test results after r266087
https://bugs.webkit.org/show_bug.cgi?id=215671

* web-platform-tests/fetch/content-encoding/bad-gzip-body.any.worker-expected.txt:
Apparently there's a newly passing test here, too.
I wonder why macOS isn't affected by this change.

Modified Paths

Diff

Modified: trunk/LayoutTests/imported/w3c/ChangeLog (266097 => 266098)


--- trunk/LayoutTests/imported/w3c/ChangeLog	2020-08-25 02:00:07 UTC (rev 266097)
+++ trunk/LayoutTests/imported/w3c/ChangeLog	2020-08-25 02:03:51 UTC (rev 266098)
@@ -1,5 +1,14 @@
 2020-08-24  Alex Christensen  <achristen...@webkit.org>
 
+        Update iOS layout test results after r266087
+        https://bugs.webkit.org/show_bug.cgi?id=215671
+
+        * web-platform-tests/fetch/content-encoding/bad-gzip-body.any.worker-expected.txt:
+        Apparently there's a newly passing test here, too.
+        I wonder why macOS isn't affected by this change.
+
+2020-08-24  Alex Christensen  <achristen...@webkit.org>
+
         Implement Request/Response consuming as FormData
         https://bugs.webkit.org/show_bug.cgi?id=215671
 

Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/fetch/content-encoding/bad-gzip-body.any.worker-expected.txt (266097 => 266098)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/fetch/content-encoding/bad-gzip-body.any.worker-expected.txt	2020-08-25 02:00:07 UTC (rev 266097)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/fetch/content-encoding/bad-gzip-body.any.worker-expected.txt	2020-08-25 02:03:51 UTC (rev 266098)
@@ -2,9 +2,7 @@
 PASS Fetching a resource with bad gzip content should still resolve 
 PASS Consuming the body of a resource with bad gzip content with arrayBuffer() should reject 
 PASS Consuming the body of a resource with bad gzip content with blob() should reject 
-FAIL Consuming the body of a resource with bad gzip content with formData() should reject promise_rejects_js: function "function () { throw e }" threw object "NotSupportedError: The operation is not supported." ("NotSupportedError") expected instance of function "function TypeError() {
-    [native code]
-}" ("TypeError")
+PASS Consuming the body of a resource with bad gzip content with formData() should reject 
 PASS Consuming the body of a resource with bad gzip content with json() should reject 
 PASS Consuming the body of a resource with bad gzip content with text() should reject 
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to