Bug 1188545 - Fix wpt test ServiceWorkerGlobalScope/unregister.https.html. a=testonly

This commit is contained in:
Catalin Badea 2015-09-30 10:14:33 -04:00
parent 1c712123ed
commit b5fb010c9a
2 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ promise_test(function(t) {
promise_test(function(t) {
var script = 'resources/unregister-worker.js';
var scope = 'resources/unregister-controlling-worker';
var scope = 'resources/unregister-controlling-worker.html';
var controller;
var frame;