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

Side by Side Diff: testing/resources/javascript/app_alert_expected.txt

Issue 1639253008: Merge to XFA: Fix behaviour of app.alert() with a single object argument. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: Created 4 years, 10 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
« no previous file with comments | « testing/resources/javascript/app_alert.in ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Alert: This test passes if alert() logs output under the test utility. 1 Alert: This test passes if alert() logs output under the test utility.
2 title[icon=1,type=2]: message
3 title: message
4 title[icon=3,type=4]: message
5 Alert: undefined
6 Alert: null
7 Alert: true
8 Alert: false
9 Alert: 42
10 Alert: [1, 2, 3]
11 Alert: [1, 2, [object Object]]
12 title[icon=5,type=6]: [object Object]
13 Alert: Caught expected error app.alert: Incorrect number of parameters passed to function.
14 Alert: Caught expected error app.alert: Incorrect number of parameters passed to function.
15 Alert: Caught expected error app.alert: Incorrect number of parameters passed to function.
OLDNEW
« no previous file with comments | « testing/resources/javascript/app_alert.in ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698