WebKit Bugzilla
Attachment 368376 Details for
Bug 197338
: Fix imported/w3c/web-platform-tests/fetch/api/request/request-keepalive.html assert_throws call
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-197338-20190426182907.patch (text/plain), 2.37 KB, created by
youenn fablet
on 2019-04-26 18:29:09 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
youenn fablet
Created:
2019-04-26 18:29:09 PDT
Size:
2.37 KB
patch
obsolete
>Subversion Revision: 244694 >diff --git a/LayoutTests/imported/w3c/ChangeLog b/LayoutTests/imported/w3c/ChangeLog >index 076f6d2a859863a2bd1b1bd08decdd0573f91dee..6f0d72f52d82b7946515cde93a134afbaf8f4ea7 100644 >--- a/LayoutTests/imported/w3c/ChangeLog >+++ b/LayoutTests/imported/w3c/ChangeLog >@@ -1,3 +1,11 @@ >+2019-04-26 Youenn Fablet <youenn@apple.com> >+ >+ Fix imported/w3c/web-platform-tests/fetch/api/request/request-keepalive.html assert_throws call >+ https://bugs.webkit.org/show_bug.cgi?id=197338 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ > 2019-04-26 Youenn Fablet <youenn@apple.com> > > Kept alive loaders should use the redirected request in case of redirections >@@ -6,6 +14,7 @@ > Reviewed by NOBODY (OOPS!). > > * web-platform-tests/fetch/api/basic/keepalive-expected.txt: >+ * web-platform-tests/fetch/api/request/request-keepalive-expected.txt: > > 2019-04-26 Youenn Fablet <youenn@apple.com> > >diff --git a/LayoutTests/imported/w3c/web-platform-tests/fetch/api/request/request-keepalive-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/fetch/api/request/request-keepalive-expected.txt >index 4a885f25ee613c09a270982b2f50fff2e896caf0..8f6852ea6906b1a3d8a62ed019a6a4f81db360b2 100644 >--- a/LayoutTests/imported/w3c/web-platform-tests/fetch/api/request/request-keepalive-expected.txt >+++ b/LayoutTests/imported/w3c/web-platform-tests/fetch/api/request/request-keepalive-expected.txt >@@ -1,4 +1,4 @@ > > PASS keepalive flag >-FAIL keepalive flag with stream body Test bug: unrecognized DOMException code "TypeError" passed to assert_throws() >+PASS keepalive flag with stream body > >diff --git a/LayoutTests/imported/w3c/web-platform-tests/fetch/api/request/request-keepalive.html b/LayoutTests/imported/w3c/web-platform-tests/fetch/api/request/request-keepalive.html >index c9e1a6acdd30ad85c8a60ae434b2a71f601e50a2..602fabc4db347139980d21f955cb20e59826739f 100644 >--- a/LayoutTests/imported/w3c/web-platform-tests/fetch/api/request/request-keepalive.html >+++ b/LayoutTests/imported/w3c/web-platform-tests/fetch/api/request/request-keepalive.html >@@ -21,7 +21,7 @@ test(() => { > > test(() => { > const init = {method: 'POST', keepalive: true, body: new ReadableStream()}; >- assert_throws('TypeError', () => {new Request('/', init)}); >+ assert_throws(new TypeError(), () => {new Request('/', init)}); > }, 'keepalive flag with stream body'); > </script> > </body>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 197338
: 368376