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

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

Issue 1505023004: ServiceWorker: Early reject error if url is something wrong. 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
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 b9aaeb4082fb927f4cc1b51372dc42aacf3de48d..5812561fda4a395f197270ad544c60f79a5d166d 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
@@ -40,9 +40,9 @@ t.step(function() {
' focused: true',
' frameType: top-level',
'openWindow() can open about:blank',
- 'openWindow() result: null',
+ 'openWindow() error is: TypeError',
'openWindow() can open about:crash',
- 'openWindow() result: null',
+ 'openWindow() error is: TypeError',
'openWindow() can not open an invalid url',
'openWindow() error is: TypeError',
'openWindow() can not open view-source scheme',

Powered by Google App Engine
This is Rietveld 408576698