| Index: third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/clients-openwindow.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/clients-openwindow.html b/third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/clients-openwindow.html
|
| index 886e5eabf9f6cae6fb77565a9af0dd859a29ec4f..7aae5e47dfb07d8250718b6bd65d8749d5de5a32 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/clients-openwindow.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/clients-openwindow.html
|
| @@ -51,11 +51,6 @@ t.step(function() {
|
| 'openWindow() error is: TypeError',
|
| ];
|
|
|
| - // LayoutTests on Mac do not open focused windows.
|
| - var isMac = navigator.platform.indexOf('Mac') == 0;
|
| - if (isMac)
|
| - expected[10] = ' focused: false';
|
| -
|
| function onMessage(e) {
|
| var message = e.data;
|
|
|
|
|