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