Title: [200585] trunk/LayoutTests
Revision
200585
Author
ryanhad...@apple.com
Date
2016-05-09 13:10:59 -0700 (Mon, 09 May 2016)

Log Message

Rebaseline failing LayoutTests after r200580

Unreviewed test gardening.

* fast/xmlhttprequest/xmlhttprequest-get-expected.txt:
* http/tests/workers/worker-importScriptsOnError-expected.txt:
* inspector/model/remote-object-get-properties-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (200584 => 200585)


--- trunk/LayoutTests/ChangeLog	2016-05-09 20:07:21 UTC (rev 200584)
+++ trunk/LayoutTests/ChangeLog	2016-05-09 20:10:59 UTC (rev 200585)
@@ -1,3 +1,13 @@
+2016-05-09  Ryan Haddad  <ryanhad...@apple.com>
+
+        Rebaseline failing LayoutTests after r200580
+
+        Unreviewed test gardening.
+
+        * fast/xmlhttprequest/xmlhttprequest-get-expected.txt:
+        * http/tests/workers/worker-importScriptsOnError-expected.txt:
+        * inspector/model/remote-object-get-properties-expected.txt:
+
 2016-05-09  Chris Dumez  <cdu...@apple.com>
 
         Optimize [StrictTypeChecking] on IDL operations

Modified: trunk/LayoutTests/fast/xmlhttprequest/xmlhttprequest-get-expected.txt (200584 => 200585)


--- trunk/LayoutTests/fast/xmlhttprequest/xmlhttprequest-get-expected.txt	2016-05-09 20:07:21 UTC (rev 200584)
+++ trunk/LayoutTests/fast/xmlhttprequest/xmlhttprequest-get-expected.txt	2016-05-09 20:10:59 UTC (rev 200585)
@@ -47,10 +47,10 @@
 cancelBubble : 'false'
 cancelable : 'false'
 clipboardData : 'undefined'
-currentTarget : '[object XMLHttpRequest]'
-deepPath : 'function deepPath() {
+composedPath : 'function composedPath() {
     [native code]
 }'
+currentTarget : '[object XMLHttpRequest]'
 defaultPrevented : 'false'
 eventPhase : '2'
 initEvent : 'function initEvent() {

Modified: trunk/LayoutTests/http/tests/workers/worker-importScriptsOnError-expected.txt (200584 => 200585)


--- trunk/LayoutTests/http/tests/workers/worker-importScriptsOnError-expected.txt	2016-05-09 20:07:21 UTC (rev 200584)
+++ trunk/LayoutTests/http/tests/workers/worker-importScriptsOnError-expected.txt	2016-05-09 20:10:59 UTC (rev 200585)
@@ -27,8 +27,8 @@
 cancelable: true,
 clipboardData: undefined,
 colno: 14,
+composedPath: function composedPath() { [native code] },
 currentTarget: [object Worker],
-deepPath: function deepPath() { [native code] },
 defaultPrevented: false,
 eventPhase: 2,
 filename: http://127.0.0.1:8000/workers/resources/worker-importScripts-error.js,

Modified: trunk/LayoutTests/inspector/model/remote-object-get-properties-expected.txt (200584 => 200585)


--- trunk/LayoutTests/inspector/model/remote-object-get-properties-expected.txt	2016-05-09 20:07:21 UTC (rev 200584)
+++ trunk/LayoutTests/inspector/model/remote-object-get-properties-expected.txt	2016-05-09 20:10:59 UTC (rev 200585)
@@ -75,7 +75,7 @@
     returnValue
     cancelBubble
     clipboardData
-    deepPath
+    composedPath
     stopPropagation
     preventDefault
     initEvent
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to