| OLD | NEW |
| 1 CONSOLE MESSAGE: line 10: one | 1 CONSOLE MESSAGE: line 10: one |
| 2 CONSOLE MESSAGE: line 11: two | 2 CONSOLE MESSAGE: line 11: two |
| 3 CONSOLE MESSAGE: line 12: three | 3 CONSOLE MESSAGE: line 12: three |
| 4 CONSOLE MESSAGE: line 10: one |
| 5 CONSOLE MESSAGE: line 11: two |
| 6 CONSOLE MESSAGE: line 12: three |
| 4 Tests that console is cleared via console.clear() method | 7 Tests that console is cleared via console.clear() method |
| 5 | 8 |
| 6 Bug 101021 | 9 Bug 101021 |
| 10 |
| 11 Running: clearFromConsoleAPI |
| 7 === Before clear === | 12 === Before clear === |
| 8 console-clear-function.html:10 one | 13 console-clear-function.html:10 one |
| 9 console-clear-function.html:11 two | 14 console-clear-function.html:11 two |
| 10 console-clear-function.html:12 three | 15 console-clear-function.html:12 three |
| 11 === After clear === | 16 === After clear === |
| 12 console-clear-function.html:19 Console was cleared | 17 console-clear-function.html:17 Console was cleared |
| 13 | 18 |
| 19 Running: shouldNotClearWithPreserveLog |
| 20 === Before clear === |
| 21 console-clear-function.html:17 Console was cleared |
| 22 console-clear-function.html:10 one |
| 23 console-clear-function.html:11 two |
| 24 console-clear-function.html:12 three |
| 25 === After clear === |
| 26 console-clear-function.html:17 Console was cleared |
| 27 console-clear-function.html:10 one |
| 28 console-clear-function.html:11 two |
| 29 console-clear-function.html:12 three |
| 30 console-clear-function.html:17 console.clear() was prevented due to 'Preserve lo
g' |
| 31 |
| OLD | NEW |