Index: LayoutTests/fast/events/window-onerror-02-expected.txt |
diff --git a/LayoutTests/fast/events/window-onerror-02-expected.txt b/LayoutTests/fast/events/window-onerror-02-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..052cb00d8ee1d79b970b19d716c9b793fc7538ca |
--- /dev/null |
+++ b/LayoutTests/fast/events/window-onerror-02-expected.txt |
@@ -0,0 +1,5 @@ |
+This test should trigger 'window.onerror', and successfully handle the error. |
+ |
+window.onerror: "Uncaught ReferenceError: unknownObject is not defined" at window-onerror-02.html (10, 12) |
+- Returning 'true': the error should not be reported in the console as an unhandled exception. |
+ |