| Index: third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resource-timing.https.html
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resource-timing.https.html b/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resource-timing.https.html
|
| index 797896759fe6ceeeada49f0b29668ba888cf4410..e1ee541ef5995648a9ee67d34e1828e94a966306 100644
|
| --- a/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resource-timing.https.html
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resource-timing.https.html
|
| @@ -5,7 +5,7 @@
|
| <script src="resources/test-helpers.sub.js"></script>
|
| <script>
|
| function resourceUrl(path) {
|
| - return get_host_info()['HTTP_ORIGIN'] + base_path() + path;
|
| + return get_host_info()['HTTPS_ORIGIN'] + base_path() + path;
|
| }
|
|
|
| function verify(performance, resource, description) {
|
|
|