| OLD | NEW |
| 1 CONSOLE MESSAGE: line 17: Uncaught PASS: toString called on exception value thro
wn from event handler | 1 CONSOLE ERROR: line 17: Uncaught PASS: toString called on exception value thrown
from event handler |
| 2 CONSOLE MESSAGE: line 23: Uncaught PASS: toString called on exception value thro
wn from sql transaction callback | 2 CONSOLE ERROR: line 23: Uncaught PASS: toString called on exception value thrown
from sql transaction callback |
| 3 CONSOLE MESSAGE: line 33: Uncaught PASS: toString called on exception value thro
wn from sql error callback | 3 CONSOLE ERROR: line 33: Uncaught PASS: toString called on exception value thrown
from sql error callback |
| 4 CONSOLE MESSAGE: line 41: Uncaught PASS: toString called on exception value thro
wn from timer | 4 CONSOLE ERROR: line 41: Uncaught PASS: toString called on exception value thrown
from timer |
| 5 This test ensures that exceptions are handled correctly by the various callback
mechanisms present in WebCore. | 5 This test ensures that exceptions are handled correctly by the various callback
mechanisms present in WebCore. |
| OLD | NEW |