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

Unified Diff: third_party/WebKit/LayoutTests/inspector-protocol/page/javascriptDialogEvents-expected.txt

Issue 1920873002: Enable error pages for layout tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: TEST. Created 4 years, 8 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
Index: third_party/WebKit/LayoutTests/inspector-protocol/page/javascriptDialogEvents-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/page/javascriptDialogEvents-expected.txt b/third_party/WebKit/LayoutTests/inspector-protocol/page/javascriptDialogEvents-expected.txt
index baa38fa3c4264e313761e79b371a69c7007d73f7..864c21cd33b0e6306abfbe94cc116dd15800effc 100644
--- a/third_party/WebKit/LayoutTests/inspector-protocol/page/javascriptDialogEvents-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector-protocol/page/javascriptDialogEvents-expected.txt
@@ -3,7 +3,7 @@ ALERT: alert
CONFIRM: confirm
PROMPT: prompt, default text:
Opening dialog: type=beforeunload; message=beforeunload in javascriptDialogEvents
-Closed dialog: result=true
+Closed dialog: result=false
Opening dialog: type=alert; message=alert
Closed dialog: result=true
Opening dialog: type=confirm; message=confirm

Powered by Google App Engine
This is Rietveld 408576698