Title: [227867] trunk/LayoutTests
Revision
227867
Author
[email protected]
Date
2018-01-30 17:35:34 -0800 (Tue, 30 Jan 2018)

Log Message

Move http/wpt/service-workers/clone-opaque-being-loaded-response.https.html to use HTTP
https://bugs.webkit.org/show_bug.cgi?id=182202
<rdar://problem/36912402>

Patch by Youenn Fablet <[email protected]> on 2018-01-30
Reviewed by Chris Dumez.
Follow-up to ensure subresource load is also done in HTTP and not HTTPS

* http/wpt/service-workers/clone-opaque-being-loaded-response-worker.js:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (227866 => 227867)


--- trunk/LayoutTests/ChangeLog	2018-01-31 00:53:48 UTC (rev 227866)
+++ trunk/LayoutTests/ChangeLog	2018-01-31 01:35:34 UTC (rev 227867)
@@ -1,3 +1,14 @@
+2018-01-30  Youenn Fablet  <[email protected]>
+
+        Move http/wpt/service-workers/clone-opaque-being-loaded-response.https.html to use HTTP
+        https://bugs.webkit.org/show_bug.cgi?id=182202
+        <rdar://problem/36912402>
+
+        Reviewed by Chris Dumez.
+        Follow-up to ensure subresource load is also done in HTTP and not HTTPS
+
+        * http/wpt/service-workers/clone-opaque-being-loaded-response-worker.js:
+
 2018-01-30  Matt Lewis  <[email protected]>
 
         Marked fast/workers/worker-cloneport.html as flaky on macOS Release.

Modified: trunk/LayoutTests/http/wpt/service-workers/clone-opaque-being-loaded-response-worker.js (227866 => 227867)


--- trunk/LayoutTests/http/wpt/service-workers/clone-opaque-being-loaded-response-worker.js	2018-01-31 00:53:48 UTC (rev 227866)
+++ trunk/LayoutTests/http/wpt/service-workers/clone-opaque-being-loaded-response-worker.js	2018-01-31 01:35:34 UTC (rev 227867)
@@ -1,6 +1,6 @@
 importScripts('/common/get-host-info.sub.js');
 
-var remoteUrl = get_host_info()['HTTPS_REMOTE_ORIGIN'] + '/WebKit/service-workers/resources/lengthy-pass.py';
+var remoteUrl = get_host_info()['HTTP_REMOTE_ORIGIN'] + '/WebKit/service-workers/resources/lengthy-pass.py';
 
 self.addEventListener('fetch', (event) => {
     if (event.request.url.indexOf("html") === -1)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to