Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(13)

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resource-timing.https.html

Issue 2895473002: Upstream service worker "timing" test to WPT (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resource-timing.https-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resource-timing.https-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698