Changeset 266098 in webkit
- Timestamp:
- Aug 24, 2020, 7:03:51 PM (5 years ago)
- Location:
- trunk/LayoutTests/imported/w3c
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/imported/w3c/ChangeLog
r266087 r266098 1 2020-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 1 10 2020-08-24 Alex Christensen <achristensen@webkit.org> 2 11 -
trunk/LayoutTests/imported/w3c/web-platform-tests/fetch/content-encoding/bad-gzip-body.any.worker-expected.txt
r264171 r266098 3 3 PASS Consuming the body of a resource with bad gzip content with arrayBuffer() should reject 4 4 PASS 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") 5 PASS Consuming the body of a resource with bad gzip content with formData() should reject 8 6 PASS Consuming the body of a resource with bad gzip content with json() should reject 9 7 PASS Consuming the body of a resource with bad gzip content with text() should reject
Note:
See TracChangeset
for help on using the changeset viewer.