OLD | NEW |
1 This tests that the different arguments given to a new window are honored. | 1 This tests that the different arguments given to a new window are honored. |
2 Take note that menubar is special and always on in Mac but not in Win. | 2 Take note that menubar is special and always on in Mac but not in Win. |
3 | 3 |
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
5 | 5 |
6 | 6 |
7 | 7 |
8 Scrollbar | 8 Scrollbar |
9 PASS newWin.scrollbars.visible is true | 9 PASS newWin.scrollbars.visible is true |
| 10 PASS successfullyParsed is true |
| 11 |
| 12 TEST COMPLETE |
10 PASS newWin.scrollbars.visible is false | 13 PASS newWin.scrollbars.visible is false |
11 PASS newWin.scrollbars.visible is true | 14 PASS newWin.scrollbars.visible is true |
12 PASS newWin.scrollbars.visible is false | 15 PASS newWin.scrollbars.visible is false |
13 | 16 |
14 Toolbar | 17 Toolbar |
15 PASS newWin.toolbar.visible is true | 18 PASS newWin.toolbar.visible is true |
16 PASS newWin.toolbar.visible is false | 19 PASS newWin.toolbar.visible is false |
17 PASS newWin.toolbar.visible is true | 20 PASS newWin.toolbar.visible is true |
18 PASS newWin.toolbar.visible is false | 21 PASS newWin.toolbar.visible is false |
19 | 22 |
(...skipping 11 matching lines...) Expand all Loading... |
31 | 34 |
32 Locationbar | 35 Locationbar |
33 PASS newWin.locationbar.visible is true | 36 PASS newWin.locationbar.visible is true |
34 PASS newWin.locationbar.visible is false | 37 PASS newWin.locationbar.visible is false |
35 PASS newWin.locationbar.visible is true | 38 PASS newWin.locationbar.visible is true |
36 PASS newWin.locationbar.visible is false | 39 PASS newWin.locationbar.visible is false |
37 PASS successfullyParsed is true | 40 PASS successfullyParsed is true |
38 | 41 |
39 TEST COMPLETE | 42 TEST COMPLETE |
40 | 43 |
OLD | NEW |