Index: LayoutTests/fast/js/exceptions-thrown-in-callbacks-expected.txt |
diff --git a/LayoutTests/fast/js/exceptions-thrown-in-callbacks-expected.txt b/LayoutTests/fast/js/exceptions-thrown-in-callbacks-expected.txt |
deleted file mode 100644 |
index a5cd00a3cf7fa6e4d6d35c0560c25e4c46c28d55..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/js/exceptions-thrown-in-callbacks-expected.txt |
+++ /dev/null |
@@ -1,5 +0,0 @@ |
-CONSOLE MESSAGE: line 17: PASS: toString called on exception value thrown from event handler |
-CONSOLE MESSAGE: line 23: PASS: toString called on exception value thrown from sql transaction callback |
-CONSOLE MESSAGE: line 33: PASS: toString called on exception value thrown from sql error callback |
-CONSOLE MESSAGE: line 41: PASS: toString called on exception value thrown from timer |
-This test ensures that exceptions are handled correctly by the various callback mechanisms present in WebCore. |