diff options
Diffstat (limited to 'webkit/data')
-rw-r--r-- | webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/js/invalid-syntax-for-function-expected.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/js/invalid-syntax-for-function-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/js/invalid-syntax-for-function-expected.txt index 4aa051a..73c4816 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/js/invalid-syntax-for-function-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/js/invalid-syntax-for-function-expected.txt @@ -1,3 +1,3 @@ -CONSOLE MESSAGE: line 2: Uncaught SyntaxError: Unexpected token ILLEGAL +CONSOLE MESSAGE: 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 |