Title: [267174] branches/safari-610-branch/LayoutTests/imported/w3c
Revision
267174
Author
ryanhad...@apple.com
Date
2020-09-16 17:23:46 -0700 (Wed, 16 Sep 2020)

Log Message

Cherry-pick r266098. rdar://problem/67703327

    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.

    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@266098 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Modified Paths

Diff

Modified: branches/safari-610-branch/LayoutTests/imported/w3c/ChangeLog (267173 => 267174)


--- branches/safari-610-branch/LayoutTests/imported/w3c/ChangeLog	2020-09-16 23:58:07 UTC (rev 267173)
+++ branches/safari-610-branch/LayoutTests/imported/w3c/ChangeLog	2020-09-17 00:23:46 UTC (rev 267174)
@@ -1,3 +1,27 @@
+2020-09-16  Ryan Haddad  <ryanhad...@apple.com>
+
+        Cherry-pick r266098. rdar://problem/67703327
+
+    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.
+    
+    
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@266098 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    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-26  Alan Coon  <alanc...@apple.com>
 
         Cherry-pick r266087. rdar://problem/67836301

Modified: branches/safari-610-branch/LayoutTests/imported/w3c/web-platform-tests/fetch/content-encoding/bad-gzip-body.any.worker-expected.txt (267173 => 267174)


--- branches/safari-610-branch/LayoutTests/imported/w3c/web-platform-tests/fetch/content-encoding/bad-gzip-body.any.worker-expected.txt	2020-09-16 23:58:07 UTC (rev 267173)
+++ branches/safari-610-branch/LayoutTests/imported/w3c/web-platform-tests/fetch/content-encoding/bad-gzip-body.any.worker-expected.txt	2020-09-17 00:23:46 UTC (rev 267174)
@@ -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