| OLD | NEW |
| 1 CONSOLE ERROR: line 13: Uncaught ReferenceError: objectThatDoesNotExist is not d
efined | 1 CONSOLE ERROR: line 25: Uncaught ReferenceError: objectThatDoesNotExist is not d
efined |
| 2 CONSOLE ERROR: line 13: Uncaught ReferenceError: objectThatDoesNotExist is not d
efined | 2 CONSOLE ERROR: line 25: Uncaught ReferenceError: objectThatDoesNotExist is not d
efined |
| 3 Test that uncaught exception in MediaQueryListListener will be reported to the c
onsole. On success you should see two exceptions in the listener logged to the c
onsole (first time when the media type is overridden and second - when they are
restored). Bug 105162. | 3 Test that uncaught exception in MediaQueryListListener will be reported to the c
onsole. On success you should see two exceptions in the listener logged to the c
onsole (first time when the media type is overridden and second - when they are
restored). Bug 105162. |
| 4 | 4 |
| 5 | 5 |
| OLD | NEW |