| Index: third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/clients-get.https.html
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/clients-get.https.html b/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/clients-get.https.html
|
| index 45da2b35eff06d35169b0191b3f30d5bb60b2a3f..68c6d7f7ac02a316856a405f6579eb191e738924 100644
|
| --- a/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/clients-get.https.html
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/clients-get.https.html
|
| @@ -60,9 +60,9 @@ function wait_for_clientId() {
|
| }
|
|
|
| var expected = [
|
| - /* visibilityState, focused, url, frameType */
|
| - ['visible', true, normalizeURL(scope) + '#1', 'nested'],
|
| - ['visible', false, normalizeURL(scope) + '#2', 'nested'],
|
| + // visibilityState, focused, url, type, frameType
|
| + ['visible', true, normalizeURL(scope) + '#1', 'window', 'nested'],
|
| + ['visible', false, normalizeURL(scope) + '#2', 'window', 'nested'],
|
| undefined
|
| ];
|
| </script>
|
|
|