| 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 |
| 7 CONSOLE MESSAGE: line 10: one |
| 8 CONSOLE MESSAGE: line 11: two |
| 9 CONSOLE MESSAGE: line 12: three |
| 4 Tests that console is cleared via console.clear() method | 10 Tests that console is cleared via console.clear() method |
| 5 | 11 |
| 6 Bug 101021 | 12 Bug 101021 |
| 13 |
| 14 Running: clearFromConsoleAPI |
| 7 === Before clear === | 15 === Before clear === |
| 8 console-clear-function.html:10 one | 16 console-clear-function.html:10 one |
| 9 console-clear-function.html:11 two | 17 console-clear-function.html:11 two |
| 10 console-clear-function.html:12 three | 18 console-clear-function.html:12 three |
| 11 === After clear === | 19 === After clear === |
| 12 console-clear-function.html:19 Console was cleared | 20 console-clear-function.html:17 Console was cleared |
| 13 | 21 |
| 22 Running: shouldNotClearWithPreserveLog |
| 23 === Before clear === |
| 24 console-clear-function.html:17 Console was cleared |
| 25 console-clear-function.html:10 one |
| 26 console-clear-function.html:11 two |
| 27 console-clear-function.html:12 three |
| 28 === After clear === |
| 29 console-clear-function.html:17 Console was cleared |
| 30 console-clear-function.html:10 one |
| 31 console-clear-function.html:11 two |
| 32 console-clear-function.html:12 three |
| 33 console-clear-function.html:17 console.clear() was prevented from non-main frame
or 'Preserve log' |
| 34 |
| 35 Running: shouldNotClearFromIFrame |
| 36 === Before clear === |
| 37 console-clear-function.html:17 Console was cleared |
| 38 console-clear-function.html:10 one |
| 39 console-clear-function.html:11 two |
| 40 console-clear-function.html:12 three |
| 41 console-clear-function.html:17 console.clear() was prevented from non-main frame
or 'Preserve log' |
| 42 console-clear-function.html:10 one |
| 43 console-clear-function.html:11 two |
| 44 console-clear-function.html:12 three |
| 45 === After iframe loaded === |
| 46 console-clear-function.html:17 Console was cleared |
| 47 console-clear-function.html:10 one |
| 48 console-clear-function.html:11 two |
| 49 console-clear-function.html:12 three |
| 50 console-clear-function.html:17 console.clear() was prevented from non-main frame
or 'Preserve log' |
| 51 console-clear-function.html:10 one |
| 52 console-clear-function.html:11 two |
| 53 console-clear-function.html:12 three |
| 54 clear-function-iframe.html:2 console.clear() was prevented from non-main frame o
r 'Preserve log' |
| 55 |
| OLD | NEW |