Title: [201083] trunk/LayoutTests
Revision
201083
Author
[email protected]
Date
2016-05-18 10:19:36 -0700 (Wed, 18 May 2016)

Log Message

Rebaseline inspector/debugger/command-line-api-exception.html after r201080

Unreviewed test gardening.

* inspector/debugger/command-line-api-exception-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (201082 => 201083)


--- trunk/LayoutTests/ChangeLog	2016-05-18 16:33:19 UTC (rev 201082)
+++ trunk/LayoutTests/ChangeLog	2016-05-18 17:19:36 UTC (rev 201083)
@@ -1,3 +1,11 @@
+2016-05-18  Ryan Haddad  <[email protected]>
+
+        Rebaseline inspector/debugger/command-line-api-exception.html after r201080
+
+        Unreviewed test gardening.
+
+        * inspector/debugger/command-line-api-exception-expected.txt:
+
 2016-05-18  Youenn Fablet  <[email protected]>
 
         Sync DOM exception types with WebIDL and update promise rejections

Modified: trunk/LayoutTests/inspector/debugger/command-line-api-exception-expected.txt (201082 => 201083)


--- trunk/LayoutTests/inspector/debugger/command-line-api-exception-expected.txt	2016-05-18 16:33:19 UTC (rev 201082)
+++ trunk/LayoutTests/inspector/debugger/command-line-api-exception-expected.txt	2016-05-18 17:19:36 UTC (rev 201083)
@@ -1,7 +1,7 @@
 CONSOLE MESSAGE: line 4: TypeError: undefined is not an object (evaluating '[].x.x')
 CONSOLE MESSAGE: line 10: ReferenceError: Can't find variable: variableThatDoesNotExist
 CONSOLE MESSAGE: line 16: SyntaxError: Unexpected token ')'
-CONSOLE MESSAGE: line 22: IndexSizeError: DOM Exception 1: Index or size was negative, or greater than the allowed value.
+CONSOLE MESSAGE: line 22: IndexSizeError: DOM Exception 1: The index is not in the allowed range.
 CONSOLE MESSAGE: line 27: thrown string
 CONSOLE MESSAGE: line 32: 123.456
 CONSOLE MESSAGE: line 37: null
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to