| Index: third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/clients-matchall-include-uncontrolled.https.html
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/clients-matchall-include-uncontrolled.https.html b/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/clients-matchall-include-uncontrolled.https.html
|
| index affd4c656f84ef4cd97644e8b5e476a9752ef31c..50bd817f56887ed287ac14c108f8f3d7cb4ee632 100644
|
| --- a/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/clients-matchall-include-uncontrolled.https.html
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/clients-matchall-include-uncontrolled.https.html
|
| @@ -27,13 +27,13 @@ function create_iframes(scope) {
|
| }
|
|
|
| var expected_without_include_uncontrolled = [
|
| - /* visibilityState, focused, url, frameType */
|
| + // visibilityState, focused, url, type, frameType
|
| ['visible', false, new URL(scope + '#1', location).toString(), 'window', 'nested'],
|
| ['visible', true, new URL(scope + '#2', location).toString(), 'window', 'nested']
|
| ];
|
|
|
| var expected_with_include_uncontrolled = [
|
| - /* visibilityState, focused, url, frameType */
|
| + // visibilityState, focused, url, type, frameType
|
| ['visible', true, location.href, 'window', 'top-level'],
|
| ['visible', false, new URL(scope + '#1', location).toString(), 'window', 'nested'],
|
| ['visible', true, new URL(scope + '#2', location).toString(), 'window', 'nested'],
|
|
|