Title: [181913] trunk/LayoutTests
Revision
181913
Author
[email protected]
Date
2015-03-24 15:55:23 -0700 (Tue, 24 Mar 2015)

Log Message

Another attempted test fix after http://trac.webkit.org/changeset/181907

* platform/mac/js/dom/global-constructors-attributes-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (181912 => 181913)


--- trunk/LayoutTests/ChangeLog	2015-03-24 22:54:07 UTC (rev 181912)
+++ trunk/LayoutTests/ChangeLog	2015-03-24 22:55:23 UTC (rev 181913)
@@ -1,5 +1,11 @@
 2015-03-24  Beth Dakin  <[email protected]>
 
+        Another attempted test fix after http://trac.webkit.org/changeset/181907
+
+        * platform/mac/js/dom/global-constructors-attributes-expected.txt:
+
+2015-03-24  Beth Dakin  <[email protected]>
+
         Attempted test fix after http://trac.webkit.org/changeset/181907
 
         * platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt:

Modified: trunk/LayoutTests/platform/mac/js/dom/global-constructors-attributes-expected.txt (181912 => 181913)


--- trunk/LayoutTests/platform/mac/js/dom/global-constructors-attributes-expected.txt	2015-03-24 22:54:07 UTC (rev 181912)
+++ trunk/LayoutTests/platform/mac/js/dom/global-constructors-attributes-expected.txt	2015-03-24 22:55:23 UTC (rev 181913)
@@ -2018,11 +2018,11 @@
 PASS Object.getOwnPropertyDescriptor(global, 'WebKitMediaKeys').hasOwnProperty('set') is false
 PASS Object.getOwnPropertyDescriptor(global, 'WebKitMediaKeys').enumerable is false
 PASS Object.getOwnPropertyDescriptor(global, 'WebKitMediaKeys').configurable is true
-PASS Object.getOwnPropertyDescriptor(global, 'WebKitMouseForceChangedEvent').value is WebKitMouseForceChangedEvent
-PASS Object.getOwnPropertyDescriptor(global, 'WebKitMouseForceChangedEvent').hasOwnProperty('get') is false
-PASS Object.getOwnPropertyDescriptor(global, 'WebKitMouseForceChangedEvent').hasOwnProperty('set') is false
-PASS Object.getOwnPropertyDescriptor(global, 'WebKitMouseForceChangedEvent').enumerable is false
-PASS Object.getOwnPropertyDescriptor(global, 'WebKitMouseForceChangedEvent').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'WebKitMouseForceEvent').value is WebKitMouseForceEvent
+PASS Object.getOwnPropertyDescriptor(global, 'WebKitMouseForceEvent').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'WebKitMouseForceEvent').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'WebKitMouseForceEvent').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'WebKitMouseForceEvent').configurable is true
 PASS Object.getOwnPropertyDescriptor(global, 'WebKitMutationObserver').value is WebKitMutationObserver
 PASS Object.getOwnPropertyDescriptor(global, 'WebKitMutationObserver').hasOwnProperty('get') is false
 PASS Object.getOwnPropertyDescriptor(global, 'WebKitMutationObserver').hasOwnProperty('set') is false
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to