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

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

Issue 1180843006: [DevTools] Add dialog type and return value to Page.javascriptDialog{Opening,Closed}. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: frontend Created 5 years, 6 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 | Annotate | Revision Log
OLDNEW
1 CONFIRM NAVIGATION: beforeunload in javascriptDialogEvents 1 CONFIRM NAVIGATION: beforeunload in javascriptDialogEvents
2 ALERT: alert 2 ALERT: alert
3 CONFIRM: confirm 3 CONFIRM: confirm
4 PROMPT: prompt, default text: 4 PROMPT: prompt, default text:
5 Opening with message: beforeunload in javascriptDialogEvents 5 Opening dialog: type=beforeunload; message=beforeunload in javascriptDialogEvent s
6 Closed 6 Closed dialog: result=true
7 Opening with message: alert 7 Opening dialog: type=alert; message=alert
8 Closed 8 Closed dialog: result=true
9 Opening with message: confirm 9 Opening dialog: type=confirm; message=confirm
10 Closed 10 Closed dialog: result=true
11 Opening with message: prompt 11 Opening dialog: type=prompt; message=prompt
12 Closed 12 Closed dialog: result=true
13 13
OLDNEW
« no previous file with comments | « LayoutTests/inspector-protocol/page/javascriptDialogEvents.html ('k') | Source/core/inspector/InspectorInstrumentation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698