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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/multiple-register.https.html

Issue 2865313003: Upstream service worker tests to WPT (Closed)
Patch Set: Re-introduce resource script Created 3 years, 7 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/external/wpt/service-workers/service-worker/multiple-register.https.html
diff --git a/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/multiple-register.https.html b/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/multiple-register.https.html
index e1d948028f68478ba46346956f149255b63bb98d..752e132fc13accb94f58e3e824c64fe72c7d4222 100644
--- a/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/multiple-register.https.html
+++ b/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/multiple-register.https.html
@@ -71,7 +71,7 @@ async_test(function(t) {
assert_not_equals(
registration.active, new_registration.active,
- 'registration should have the different active worker');
+ 'registration should have a different active worker');
assert_equals(
registration.active.scriptURL,
new_registration.active.scriptURL,

Powered by Google App Engine
This is Rietveld 408576698