| OLD | NEW |
| 1 CONSOLE MESSAGE: line 6: message from page! | 1 CONSOLE MESSAGE: line 6: message from page! |
| 2 CONSOLE MESSAGE: line 2: message from iframe! | 2 CONSOLE MESSAGE: line 2: message from iframe! |
| 3 Tests that console shows messages only from specific context when show all check
box is unchecked. | 3 Tests that console shows messages only from specific context when show target ch
eckbox is checked. |
| 4 | 4 |
| 5 | 5 |
| 6 | 6 |
| 7 Running: testInitialState | 7 Running: testInitialState |
| 8 message from page! | 8 message from page! |
| 9 message from iframe! | 9 message from iframe! |
| 10 | 10 |
| 11 Running: testPageOnlyMessages | 11 Running: testPageOnlyMessages |
| 12 message from page! | 12 message from page! |
| 13 | 13 |
| 14 Running: testFrameOnlyMessages | 14 Running: testFrameOnlyMessages |
| 15 message from iframe! | 15 message from iframe! |
| 16 | 16 |
| 17 Running: testAllMessagesWithFrameContext | 17 Running: testAllMessagesWithFrameContext |
| 18 message from page! | 18 message from page! |
| 19 message from iframe! | 19 message from iframe! |
| 20 | 20 |
| OLD | NEW |