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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/secure-contexts/server-locations.sub.js

Issue 1967303002: Import web-platform-tests@5c527917247fa5e21528f2e742717192976b2fac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 unified diff | Download patch
OLDNEW
(Empty)
1 var https_dir = "https://{{location[hostname]}}:{{ports[https][0]}}{{location[pa th]}}";
2 https_dir = https_dir.substr(0, https_dir.lastIndexOf("/") + 1);
3
4 var http_dir = "http://{{location[hostname]}}:{{ports[http][0]}}{{location[path] }}";
5 http_dir = http_dir.substr(0, http_dir.lastIndexOf("/") + 1);
6
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698