Index: LayoutTests/fast/events/window-onerror-01-expected.txt |
diff --git a/LayoutTests/fast/events/window-onerror-01-expected.txt b/LayoutTests/fast/events/window-onerror-01-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..492a27223b86db1ad8c832d88ce0fdd82e274025 |
--- /dev/null |
+++ b/LayoutTests/fast/events/window-onerror-01-expected.txt |
@@ -0,0 +1,6 @@ |
+window.onerror: "Uncaught ReferenceError: hahaha_good_luck_finding_me is not defined" at window-onerror-01.html (11, 8) |
+- 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. |