Index: LayoutTests/fast/events/window-onerror-05-expected.txt |
diff --git a/LayoutTests/fast/events/window-onerror-05-expected.txt b/LayoutTests/fast/events/window-onerror-05-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..008c13e0ae7ec64498715ad599a14590fd02a677 |
--- /dev/null |
+++ b/LayoutTests/fast/events/window-onerror-05-expected.txt |
@@ -0,0 +1,5 @@ |
+This test should trigger 'window.onerror', and successfully handle the error. |
+ |
+window.onerror: "Uncaught SyntaxError: Unexpected end of input" at window-onerror-05.html (13, 4) |
+- Returning 'true': the error should not be reported in the console as an unhandled exception. |
+ |