Changeset 266098 in webkit


Ignore:
Timestamp:
Aug 24, 2020, 7:03:51 PM (5 years ago)
Author:
achristensen@apple.com
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.

Location:
trunk/LayoutTests/imported/w3c
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/imported/w3c/ChangeLog

    r266087 r266098  
     12020-08-24  Alex Christensen  <achristensen@webkit.org>
     2
     3        Update iOS layout test results after r266087
     4        https://bugs.webkit.org/show_bug.cgi?id=215671
     5
     6        * web-platform-tests/fetch/content-encoding/bad-gzip-body.any.worker-expected.txt:
     7        Apparently there's a newly passing test here, too.
     8        I wonder why macOS isn't affected by this change.
     9
    1102020-08-24  Alex Christensen  <achristensen@webkit.org>
    211
  • trunk/LayoutTests/imported/w3c/web-platform-tests/fetch/content-encoding/bad-gzip-body.any.worker-expected.txt

    r264171 r266098  
    33PASS Consuming the body of a resource with bad gzip content with arrayBuffer() should reject
    44PASS Consuming the body of a resource with bad gzip content with blob() should reject
    5 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() {
    6     [native code]
    7 }" ("TypeError")
     5PASS Consuming the body of a resource with bad gzip content with formData() should reject
    86PASS Consuming the body of a resource with bad gzip content with json() should reject
    97PASS Consuming the body of a resource with bad gzip content with text() should reject
Note: See TracChangeset for help on using the changeset viewer.