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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/clients-openwindow.html

Issue 2420733002: Bring Chrome to the front when opening a URL from a notification (Closed)
Patch Set: Kill a Mac special case in this test Created 4 years, 2 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
« no previous file with comments | « content/browser/service_worker/service_worker_client_utils.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « content/browser/service_worker/service_worker_client_utils.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698