OLD | NEW |
1 CONSOLE MESSAGE: line 2: A message with first argument string | 1 CONSOLE MESSAGE: line 2: A message with first argument string |
2 CONSOLE MESSAGE: line 3: 2011 | 2 CONSOLE MESSAGE: line 3: 2011 |
3 CONSOLE MESSAGE: line 4: [object Window] | 3 CONSOLE MESSAGE: line 4: [object global] |
4 Tests that Web Inspector will discard console message arguments when iframe wher
e the message was logged is navigated to a different page. | 4 Tests that Web Inspector will discard console message arguments when iframe wher
e the message was logged is navigated to a different page. |
5 | 5 |
6 | 6 |
7 PASSED: found argument counts for 3 messages | 7 PASSED: found argument counts for 3 messages |
8 PASSED: message #0 has no arguments. | 8 PASSED: message #0 has no arguments. |
9 PASSED: message #1 has no arguments. | 9 PASSED: message #1 has no arguments. |
10 PASSED: message #2 has no arguments. | 10 PASSED: message #2 has no arguments. |
OLD | NEW |