Index: LayoutTests/fast/events/window-onerror-10-expected.txt |
diff --git a/LayoutTests/fast/events/window-onerror-10-expected.txt b/LayoutTests/fast/events/window-onerror-10-expected.txt |
index ab309926a9d444253606cf716d430dd15cba68ee..c4d9357d063b44db938663f1febf5603eaa25fa6 100644 |
--- a/LayoutTests/fast/events/window-onerror-10-expected.txt |
+++ b/LayoutTests/fast/events/window-onerror-10-expected.txt |
@@ -4,10 +4,34 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE |
window.onerror: "Uncaught Error: Inline exception." at onerror-test.js (Line: 6, Column: 40) |
+Error: Inline exception. |
+ at throwException (file:///Volumes/Repositories/blink/src/third_party/WebKit/LayoutTests/fast/events/resources/onerror-test.js:6:41) |
+ at file:///Volumes/Repositories/blink/src/third_party/WebKit/LayoutTests/fast/events/window-onerror-10.html:23:9 |
+ |
+Error: Inline exception. |
+ at throwException onerror-test.js:6:41 |
+ at window-onerror-10.html:23:9 |
+ |
Returning 'true': the error should not be reported in the console as an unhandled exception. |
window.onerror: "Uncaught Error: exception in onload" at onerror-test.js (Line: 6, Column: 40) |
+Error: exception in onload |
+ at throwException (file:///Volumes/Repositories/blink/src/third_party/WebKit/LayoutTests/fast/events/resources/onerror-test.js:6:41) |
+ at onload (file:///Volumes/Repositories/blink/src/third_party/WebKit/LayoutTests/fast/events/window-onerror-10.html:11:140) |
+ |
+Error: exception in onload |
+ at throwException onerror-test.js:6:41 |
+ at onload window-onerror-10.html:11:140 |
+ |
Returning 'true': the error should not be reported in the console as an unhandled exception. |
window.onerror: "Uncaught Error: exception in setTimeout" at onerror-test.js (Line: 6, Column: 40) |
+Error: exception in setTimeout |
+ at throwException (file:///Volumes/Repositories/blink/src/third_party/WebKit/LayoutTests/fast/events/resources/onerror-test.js:6:41) |
+ at file:///Volumes/Repositories/blink/src/third_party/WebKit/LayoutTests/fast/events/window-onerror-10.html:22:34 |
+ |
+Error: exception in setTimeout |
+ at throwException onerror-test.js:6:41 |
+ at window-onerror-10.html:22:34 |
+ |
PASS successfullyParsed is true |
TEST COMPLETE |