Title: [98939] trunk/LayoutTests
Revision
98939
Author
[email protected]
Date
2011-11-01 00:11:40 -0700 (Tue, 01 Nov 2011)

Log Message

2011-11-01  Yury Semikhatsky  <[email protected]>

        Unreviewed. Rebaseline test started failing because syntax errors in inline handlers
        are now reported to console.

        window.onerror doesn't work with inline (attribute) scripts
        https://bugs.webkit.org/show_bug.cgi?id=70991


        * fast/js/invalid-syntax-for-function-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (98938 => 98939)


--- trunk/LayoutTests/ChangeLog	2011-11-01 06:52:08 UTC (rev 98938)
+++ trunk/LayoutTests/ChangeLog	2011-11-01 07:11:40 UTC (rev 98939)
@@ -1,3 +1,14 @@
+2011-11-01  Yury Semikhatsky  <[email protected]>
+
+        Unreviewed. Rebaseline test started failing because syntax errors in inline handlers
+        are now reported to console.
+
+        window.onerror doesn't work with inline (attribute) scripts
+        https://bugs.webkit.org/show_bug.cgi?id=70991
+
+
+        * fast/js/invalid-syntax-for-function-expected.txt:
+
 2011-10-31  Andrey Kosyakov  <[email protected]>
 
        Unreviewed gardening.

Modified: trunk/LayoutTests/fast/js/invalid-syntax-for-function-expected.txt (98938 => 98939)


--- trunk/LayoutTests/fast/js/invalid-syntax-for-function-expected.txt	2011-11-01 06:52:08 UTC (rev 98938)
+++ trunk/LayoutTests/fast/js/invalid-syntax-for-function-expected.txt	2011-11-01 07:11:40 UTC (rev 98939)
@@ -1,2 +1,3 @@
+CONSOLE MESSAGE: line 1: SyntaxError: Invalid character: '#'
 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
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to