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

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

Issue 1506783003: ServiceWorker: Reject TypeError instead of SecurityError. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 | « no previous file | third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/resources/clients-openwindow.js » ('j') | 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 9b54a261f4af046d02497cfb5c5a7feada41c600..b9aaeb4082fb927f4cc1b51372dc42aacf3de48d 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
@@ -46,8 +46,9 @@ t.step(function() {
'openWindow() can not open an invalid url',
'openWindow() error is: TypeError',
'openWindow() can not open view-source scheme',
+ 'openWindow() error is: TypeError',
'openWindow() can not open file scheme',
- 'openWindow() error is: SecurityError',
+ 'openWindow() error is: TypeError',
];
// LayoutTests on Mac do not open focused windows.
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/resources/clients-openwindow.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698