Index: LayoutTests/fast/events/window-onerror-isolatedworld-01-expected.txt |
diff --git a/LayoutTests/fast/events/window-onerror-isolatedworld-01-expected.txt b/LayoutTests/fast/events/window-onerror-isolatedworld-01-expected.txt |
index ce7c6b795039e3cd0c33ed5bc3b661da60455c22..160afc97af78c7e1276871ebbf40d849df030346 100644 |
--- a/LayoutTests/fast/events/window-onerror-isolatedworld-01-expected.txt |
+++ b/LayoutTests/fast/events/window-onerror-isolatedworld-01-expected.txt |
@@ -11,7 +11,7 @@ Calling e.preventDefault(): the error should not be reported in the console as a |
-window.onerror: "Uncaught Error: Error in main world inline script." at window-onerror-isolatedworld-01.html (Line: 52, Column: 19) |
+window.onerror: "Uncaught Error: Error in main world inline script." at window-onerror-isolatedworld-01.html (Line: 52, Column: 13) |
Stack Trace: |
Error: Error in main world inline script. |
at exceptions window-onerror-isolatedworld-01.html:52:19 |
@@ -41,7 +41,7 @@ Calling e.preventDefault(): the error should not be reported in the console as a |
-window.onerror: "Uncaught Error: Error in main world load handler." at window-onerror-isolatedworld-01.html (Line: 49, Column: 23) |
+window.onerror: "Uncaught Error: Error in main world load handler." at window-onerror-isolatedworld-01.html (Line: 49, Column: 17) |
Stack Trace: |
Error: Error in main world load handler. |
at window-onerror-isolatedworld-01.html:49:23 |
@@ -71,7 +71,7 @@ Calling e.preventDefault(): the error should not be reported in the console as a |
FAIL Only main-world exceptions should be caught by ErrorEvent listeners. |
-window.onerror: "Uncaught Error: Error in main world setTimeout callback." at window-onerror-isolatedworld-01.html (Line: 47, Column: 27) |
+window.onerror: "Uncaught Error: Error in main world setTimeout callback." at window-onerror-isolatedworld-01.html (Line: 47, Column: 21) |
Stack Trace: |
Error: Error in main world setTimeout callback. |
at window-onerror-isolatedworld-01.html:47:27 |