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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/controller-on-load.https.html

Issue 2778223003: Upstream service worker `controller` tests to WPT (Closed)
Patch Set: Created 3 years, 9 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 | « no previous file | third_party/WebKit/LayoutTests/http/tests/serviceworker/controller-on-load.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/controller-on-load.https.html
diff --git a/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/controller-on-load.https.html b/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/controller-on-load.https.html
index ff3b7ce04f40662529ed2cf90fb9216e4bb1995a..49f9879626b0c5957c75e64c34215c8e5cccb534 100644
--- a/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/controller-on-load.https.html
+++ b/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/controller-on-load.https.html
@@ -18,7 +18,7 @@ t.step(function() {
return wait_for_state(t, registration.installing, 'activated');
}))
.then(t.step_func(function() {
- return with_iframe(scope)
+ return with_iframe(scope);
}))
.then(t.step_func(function(f) {
frame = f;
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/serviceworker/controller-on-load.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698