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

Side by Side Diff: LayoutTests/http/tests/fetch/serviceworker/fetch-access-control-cors-base-https-other-https.html

Issue 1267263003: Rename fetch layout tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <!doctype html>
2 <head>
3 <meta name="timeout" content="long"></meta>
4 <script src = "/resources/testharness.js"></script>
5 <script src = "/resources/testharnessreport.js"></script>
6 <script src = "/serviceworker/resources/test-helpers.js"></script>
7 </head>
8 <body>
9 <script>
10 function start(t) {
11 service_worker_test(
12 '../script-tests/fetch-access-control-cors.js?-base-https-other-https',
13 'fetch-access-control-cors');
14 t.done();
15 }
16 function init(test) {
17 return login(test)
18 .then(function() {return login_https(test);});
19 }
20 </script>
21 <script src = "../resources/init.js"></script>
22 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698