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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/service-workers/service-worker/resources/fetch-access-control-login.html

Issue 2415873002: Import w3c tests for the service workers (Closed)
Patch Set: Rebase Created 4 years, 2 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: third_party/WebKit/LayoutTests/imported/wpt/service-workers/service-worker/resources/fetch-access-control-login.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/fetch-access-control-login.html b/third_party/WebKit/LayoutTests/imported/wpt/service-workers/service-worker/resources/fetch-access-control-login.html
similarity index 88%
copy from third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/fetch-access-control-login.html
copy to third_party/WebKit/LayoutTests/imported/wpt/service-workers/service-worker/resources/fetch-access-control-login.html
index 4152c669da466f96f961a88ea5a5b95930ca1b34..0ffab1af598e96edbde18f32a32861b5ea844308 100644
--- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/fetch-access-control-login.html
+++ b/third_party/WebKit/LayoutTests/imported/wpt/service-workers/service-worker/resources/fetch-access-control-login.html
@@ -8,7 +8,7 @@ window.addEventListener("message", function(evt) {
port.postMessage({msg: 'LOGIN FINISHED'});
}, false);
xhr.open('GET',
- './fetch-access-control.php?Auth',
+ './fetch-access-control.py?Auth',
true,
evt.data.username, evt.data.password);
xhr.send();

Powered by Google App Engine
This is Rietveld 408576698