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

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

Issue 1216203003: Replace all sequential_promise_tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@update-testharnessjs
Patch Set: Created 5 years, 5 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
1 <!doctype html> 1 <!doctype html>
2 <head> 2 <head>
3 <meta name="timeout" content="long"></meta> 3 <meta name="timeout" content="long"></meta>
4 <script src = "/resources/testharness.js"></script> 4 <script src = "/resources/testharness.js"></script>
5 <script src = "/resources/testharness-helpers.js"></script>
6 <script src = "/resources/testharnessreport.js"></script> 5 <script src = "/resources/testharnessreport.js"></script>
7 <script src = "/serviceworker/resources/test-helpers.js"></script> 6 <script src = "/serviceworker/resources/test-helpers.js"></script>
8 <script src = "../resources/fetch-test-options.js"></script> 7 <script src = "../resources/fetch-test-options.js"></script>
9 <script src = "../resources/fetch-test-helpers.js"></script> 8 <script src = "../resources/fetch-test-helpers.js"></script>
10 <script src = "../resources/fetch-access-control-util.js"></script> 9 <script src = "../resources/fetch-access-control-util.js"></script>
11 <script src = "../script-tests/fetch-access-control-cors-preflight.js?-other-htt ps"></script> 10 <script src = "../script-tests/fetch-access-control-cors-preflight.js?-other-htt ps"></script>
12 </head> 11 </head>
13 <body> 12 <body>
14 <script> 13 <script>
15 function start(t) { 14 function start(t) {
16 executeTests(TEST_TARGETS); 15 executeTests(TEST_TARGETS);
17 t.done(); 16 t.done();
18 } 17 }
19 function init(test) { 18 function init(test) {
20 return login(test) 19 return login(test)
21 .then(function() {return login_https(test);}); 20 .then(function() {return login_https(test);});
22 } 21 }
23 </script> 22 </script>
24 <script src = "../resources/init.js"></script> 23 <script src = "../resources/init.js"></script>
25 </body> 24 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698