Title: [209774] trunk/LayoutTests
Revision
209774
Author
[email protected]
Date
2016-12-13 14:05:00 -0800 (Tue, 13 Dec 2016)

Log Message

Rebaseline js/dom/global-constructors-attributes.html after r209760.

Unreviewed test gardening.

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

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (209773 => 209774)


--- trunk/LayoutTests/ChangeLog	2016-12-13 20:44:17 UTC (rev 209773)
+++ trunk/LayoutTests/ChangeLog	2016-12-13 22:05:00 UTC (rev 209774)
@@ -1,5 +1,13 @@
 2016-12-13  Ryan Haddad  <[email protected]>
 
+        Rebaseline js/dom/global-constructors-attributes.html after r209760.
+
+        Unreviewed test gardening.
+
+        * platform/mac/js/dom/global-constructors-attributes-expected.txt:
+
+2016-12-13  Ryan Haddad  <[email protected]>
+
         Remove ios-simulator-wk2 pass expectation for a directory that requires touch events.
         https://bugs.webkit.org/show_bug.cgi?id=165787
 

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


--- trunk/LayoutTests/platform/mac/js/dom/global-constructors-attributes-expected.txt	2016-12-13 20:44:17 UTC (rev 209773)
+++ trunk/LayoutTests/platform/mac/js/dom/global-constructors-attributes-expected.txt	2016-12-13 22:05:00 UTC (rev 209774)
@@ -28,6 +28,11 @@
 PASS Object.getOwnPropertyDescriptor(global, 'AnimationTimeline').hasOwnProperty('set') is false
 PASS Object.getOwnPropertyDescriptor(global, 'AnimationTimeline').enumerable is false
 PASS Object.getOwnPropertyDescriptor(global, 'AnimationTimeline').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'ApplePaySession').value is ApplePaySession
+PASS Object.getOwnPropertyDescriptor(global, 'ApplePaySession').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'ApplePaySession').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'ApplePaySession').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'ApplePaySession').configurable is true
 PASS Object.getOwnPropertyDescriptor(global, 'ApplicationCache').value is ApplicationCache
 PASS Object.getOwnPropertyDescriptor(global, 'ApplicationCache').hasOwnProperty('get') is false
 PASS Object.getOwnPropertyDescriptor(global, 'ApplicationCache').hasOwnProperty('set') is false
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to