OLD | NEW |
1 Test that multiple dialogs are centered properly. You should see four boxes: one
on the top row, two on the middle, and one on the bottom. | 1 Test that multiple dialogs are centered properly. You should see four boxes: one
on the top row, two on the middle, and one on the bottom. |
2 showing top-dialog | 2 showing top-dialog |
3 PASS dialog.offsetTop is expectedTop(dialog) | 3 PASS dialog.offsetTop is expectedTop(dialog) |
4 showing first-middle-dialog | 4 showing first-middle-dialog |
5 PASS dialog.offsetTop is expectedTop(dialog) | 5 PASS dialog.offsetTop is expectedTop(dialog) |
6 showing second-middle-dialog | 6 showing second-middle-dialog |
7 PASS dialog.offsetTop is expectedTop(dialog) | 7 PASS dialog.offsetTop is expectedTop(dialog) |
8 showing bottom-dialog | 8 showing bottom-dialog |
9 PASS dialog.offsetTop is expectedTop(dialog) | 9 PASS dialog.offsetTop is expectedTop(dialog) |
10 PASS successfullyParsed is true | 10 PASS successfullyParsed is true |
11 | 11 |
12 TEST COMPLETE | 12 TEST COMPLETE |
13 | 13 |
OLD | NEW |