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

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

Issue 2881743002: [ServiceWorker] Revise wpt tests for Client.type (Closed)
Patch Set: Revise code comments 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/clients-matchall.https.html
diff --git a/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/clients-matchall.https.html b/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/clients-matchall.https.html
index 28348e2e94becf34fefcce7a8a385bb0f807123b..36269b4d98e2b72f55518268c1bcfd14abb21299 100644
--- a/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/clients-matchall.https.html
+++ b/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/clients-matchall.https.html
@@ -30,7 +30,7 @@ t.step(function() {
});
var expected = [
- /* visibilityState, focused, url, frameType */
+ // visibilityState, focused, url, type, frameType
['visible', true, new URL(scope + '#1', location).toString(), 'window', 'nested'],
['visible', false, new URL(scope + '#2', location).toString(), 'window', 'nested']
];

Powered by Google App Engine
This is Rietveld 408576698