Chromium Code Reviews| 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..7e4aa93b38dbb3d841fb6fdf741ed832ae023eed 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 */ |
|
falken
2017/05/15 06:39:28
comment style
leonhsl(Using Gerrit)
2017/05/16 02:54:29
Done.
|
| ['visible', true, new URL(scope + '#1', location).toString(), 'window', 'nested'], |
| ['visible', false, new URL(scope + '#2', location).toString(), 'window', 'nested'] |
| ]; |