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

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

Issue 1714573002: Remove the ability of webpages to specify strings for the onbeforeunload dialog. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase again Created 4 years, 9 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 unified diff | Download patch
OLDNEW
1 CONFIRM NAVIGATION: beforeunload in javascriptDialogEvents 1 CONFIRM NAVIGATION
2 ALERT: alert 2 ALERT: alert
3 CONFIRM: confirm 3 CONFIRM: confirm
4 PROMPT: prompt, default text: 4 PROMPT: prompt, default text:
5 Opening dialog: type=beforeunload; message=beforeunload in javascriptDialogEvent s 5 Opening dialog: type=beforeunload; message=beforeunload in javascriptDialogEvent s
6 Closed dialog: result=true 6 Closed dialog: result=true
7 Opening dialog: type=alert; message=alert 7 Opening dialog: type=alert; message=alert
8 Closed dialog: result=true 8 Closed dialog: result=true
9 Opening dialog: type=confirm; message=confirm 9 Opening dialog: type=confirm; message=confirm
10 Closed dialog: result=true 10 Closed dialog: result=true
11 Opening dialog: type=prompt; message=prompt 11 Opening dialog: type=prompt; message=prompt
12 Closed dialog: result=true 12 Closed dialog: result=true
13 13
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698