WebKit Bugzilla
Attachment 340312 Details for
Bug 185610
: WebKit bug to test exporting W3C changes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-185610-20180514161753.patch (text/plain), 2.51 KB, created by
youenn fablet
on 2018-05-14 07:17:54 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
youenn fablet
Created:
2018-05-14 07:17:54 PDT
Size:
2.51 KB
patch
obsolete
>Subversion Revision: 231744 >diff --git a/LayoutTests/imported/w3c/ChangeLog b/LayoutTests/imported/w3c/ChangeLog >index 9e28d6190e6d594e05c1343b9b6081f55e3192d9..858555a91b5c6044bea2945a33b377d67a9a44f5 100644 >--- a/LayoutTests/imported/w3c/ChangeLog >+++ b/LayoutTests/imported/w3c/ChangeLog >@@ -1,3 +1,15 @@ >+2018-05-14 Youenn Fablet <youenn@apple.com> >+ >+ WebKit bug to test exporting W3C changes >+ https://bugs.webkit.org/show_bug.cgi?id=185610 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * web-platform-tests/fetch/nosniff/importscripts.js: >+ * web-platform-tests/fetch/nosniff/resources/js.py: >+ (main): >+ * web-platform-tests/fetch/nosniff/worker-expected.txt: >+ > 2018-05-14 Youenn Fablet <youenn@apple.com> > > readableStreamDefaultControllerError should return early if stream is not readable >diff --git a/LayoutTests/imported/w3c/web-platform-tests/fetch/nosniff/importscripts.js b/LayoutTests/imported/w3c/web-platform-tests/fetch/nosniff/importscripts.js >index 18952805bb71bb4ddb51e8630b531a3bcc75859b..476a5b983744fc206a986aaf64a3533281528320 100644 >--- a/LayoutTests/imported/w3c/web-platform-tests/fetch/nosniff/importscripts.js >+++ b/LayoutTests/imported/w3c/web-platform-tests/fetch/nosniff/importscripts.js >@@ -14,6 +14,7 @@ const get_url = (mime, outcome) => { > return url > } > >+ > [null, "", "x", "x/x", "text/html", "text/json"].forEach(function(mime) { > try { > importScripts(get_url(mime)) >diff --git a/LayoutTests/imported/w3c/web-platform-tests/fetch/nosniff/resources/js.py b/LayoutTests/imported/w3c/web-platform-tests/fetch/nosniff/resources/js.py >index d9253165c92d02c9635254df769084bad22ee636..dbc722ee7622a479ed41802ca04352cf7ad16f1f 100644 >--- a/LayoutTests/imported/w3c/web-platform-tests/fetch/nosniff/resources/js.py >+++ b/LayoutTests/imported/w3c/web-platform-tests/fetch/nosniff/resources/js.py >@@ -1,4 +1,5 @@ > def main(request, response): >+ > outcome = request.GET.first("outcome", "f") > type = request.GET.first("type", "Content-Type missing") > >diff --git a/LayoutTests/imported/w3c/web-platform-tests/fetch/nosniff/worker-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/fetch/nosniff/worker-expected.txt >index c586f8d61a6ec1635ca5cb006048646d0dbc9053..25ee14bc33428d2de7a03ee2880058bc3d28c982 100644 >--- a/LayoutTests/imported/w3c/web-platform-tests/fetch/nosniff/worker-expected.txt >+++ b/LayoutTests/imported/w3c/web-platform-tests/fetch/nosniff/worker-expected.txt >@@ -1,4 +1,5 @@ > >+ > PASS URL query: > PASS URL query: ?type= > PASS URL query: ?type=x
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 185610
:
340312
|
340535