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

Log Message

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

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

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (181910 => 181911)


--- trunk/LayoutTests/ChangeLog	2015-03-24 22:47:53 UTC (rev 181910)
+++ trunk/LayoutTests/ChangeLog	2015-03-24 22:47:55 UTC (rev 181911)
@@ -1,3 +1,9 @@
+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:
+
 2015-03-24  Joseph Pecoraro  <[email protected]>
 
         Unreviewed gardening after r181901.

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


--- trunk/LayoutTests/platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt	2015-03-24 22:47:53 UTC (rev 181910)
+++ trunk/LayoutTests/platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt	2015-03-24 22:47:55 UTC (rev 181911)
@@ -1998,6 +1998,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, '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