Index: LayoutTests/fast/js/invalid-syntax-for-function-expected.txt |
diff --git a/LayoutTests/fast/js/invalid-syntax-for-function-expected.txt b/LayoutTests/fast/js/invalid-syntax-for-function-expected.txt |
index 73c4816a0f0165336226a48966eb3b3ed923b8d3..dc56c4c1fa45edc5a3c01d34f7cf859ceb91126b 100644 |
--- a/LayoutTests/fast/js/invalid-syntax-for-function-expected.txt |
+++ b/LayoutTests/fast/js/invalid-syntax-for-function-expected.txt |
@@ -1,3 +1,3 @@ |
-CONSOLE MESSAGE: line 1: Uncaught SyntaxError: Unexpected token ILLEGAL |
+CONSOLE ERROR: line 1: Uncaught SyntaxError: Unexpected token ILLEGAL |
This test ensures we don't crash when we are given garbage for an attribute expecting a function. |
https://bugs.webkit.org/show_bug.cgi?id=19025 |