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

Unified Diff: LayoutTests/http/tests/serviceworker/unregister-then-register-new-script.html

Issue 674133004: [ServiceWorker] Introduce the directory restriction of ServiceWorker scope [1/3 blink] (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: remove LayoutTests/http/tests/serviceworker/ServiceWorkerGlobalScope/scope-default.html Created 6 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
« no previous file with comments | « LayoutTests/http/tests/serviceworker/unregister-then-register.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/serviceworker/unregister-then-register-new-script.html
diff --git a/LayoutTests/http/tests/serviceworker/unregister-then-register-new-script.html b/LayoutTests/http/tests/serviceworker/unregister-then-register-new-script.html
index 9048207c6fff1b768c66ac059d94059a740bb095..26c438818e5c8e1207866d54628c62273b14823a 100644
--- a/LayoutTests/http/tests/serviceworker/unregister-then-register-new-script.html
+++ b/LayoutTests/http/tests/serviceworker/unregister-then-register-new-script.html
@@ -6,7 +6,7 @@
var worker_url = 'resources/empty-worker.js';
async_test(function(t) {
- var scope = 'scope/register-waits-for-unregistered-registration-to-clear';
+ var scope = 'resources/scope/register-waits-for-unregistered-registration-to-clear';
var new_worker_url = worker_url + '?new';
var iframe;
var registration;
@@ -52,7 +52,7 @@ async_test(function(t) {
'registration is cleared');
async_test(function(t) {
- var scope = 'scope/unregister-then-register-new-script-that-exists';
+ var scope = 'resources/scope/unregister-then-register-new-script-that-exists';
var new_worker_url = worker_url + '?new';
var iframe;
var registration;
@@ -118,7 +118,7 @@ async_test(function(t) {
}, 'Registering a new script URL while an unregistered registration is in use');
async_test(function(t) {
- var scope = 'scope/unregister-then-register-new-script-that-404s';
+ var scope = 'resources/scope/unregister-then-register-new-script-that-404s';
var iframe;
var registration;
@@ -162,7 +162,7 @@ async_test(function(t) {
'unregistered registration');
async_test(function(t) {
- var scope = 'scope/unregister-then-register-reject-install-worker';
+ var scope = 'resources/scope/unregister-then-register-reject-install-worker';
var iframe;
var registration;
« no previous file with comments | « LayoutTests/http/tests/serviceworker/unregister-then-register.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698