OLD | NEW |
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. |
OLD | NEW |