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

Unified Diff: LayoutTests/http/tests/fetch/resources/init.js

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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/http/tests/fetch/resources/init.js
diff --git a/LayoutTests/http/tests/fetch/resources/init.js b/LayoutTests/http/tests/fetch/resources/init.js
index f90aa6aa5e5e2ee10e0d4e733fabe1a79b3ad78a..4ad06a798b7561ee49c37a1342c7fd102457fa5e 100644
--- a/LayoutTests/http/tests/fetch/resources/init.js
+++ b/LayoutTests/http/tests/fetch/resources/init.js
@@ -19,8 +19,8 @@ if (window.testRunner) {
// How tests starts:
// 1. http://127.0.0.1:8000/.../X.html is loaded.
// 2. init(): Do initialization.
-// In fetch-access-control* tests
-// (see init() in fetch-access-control-util.js):
+// In thorough/* tests
+// (see init() in thorough-util.js):
// - Login to HTTP pages.
// This is done first from HTTP origin to avoid mixed content blocking.
// - Login to HTTPS pages.
@@ -34,7 +34,7 @@ var t = async_test('Startup');
if (location.protocol != 'https:') {
init(t)
.then(function() {
- // Initialization done. In fetch-access-control* tests, login done.
+ // Initialization done. In thorough/* tests, login done.
if (location.pathname.indexOf('base-https') >= 0) {
// Step 3b. For base-https tests, redirect to HTTPS page here.
location = 'https://127.0.0.1:8443' + location.pathname;

Powered by Google App Engine
This is Rietveld 408576698