Modified: trunk/LayoutTests/ChangeLog (213699 => 213700)
--- trunk/LayoutTests/ChangeLog 2017-03-10 03:43:10 UTC (rev 213699)
+++ trunk/LayoutTests/ChangeLog 2017-03-10 04:55:19 UTC (rev 213700)
@@ -1,3 +1,12 @@
+2017-03-09 Ryan Haddad <[email protected]>
+
+ Rebaseline js/dom/global-constructors-attributes.html.
+
+ Unreviewed test gardening.
+
+ * platform/mac-wk1/js/dom/global-constructors-attributes-expected.txt:
+ * platform/mac/js/dom/global-constructors-attributes-expected.txt:
+
2017-03-09 Caio Lima <[email protected]>
[ESnext] Implement Object Rest - Implementing Object Rest Destructuring
Modified: trunk/LayoutTests/platform/mac/js/dom/global-constructors-attributes-expected.txt (213699 => 213700)
--- trunk/LayoutTests/platform/mac/js/dom/global-constructors-attributes-expected.txt 2017-03-10 03:43:10 UTC (rev 213699)
+++ trunk/LayoutTests/platform/mac/js/dom/global-constructors-attributes-expected.txt 2017-03-10 04:55:19 UTC (rev 213700)
@@ -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, 'ApplePayError').value is ApplePayError
+PASS Object.getOwnPropertyDescriptor(global, 'ApplePayError').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'ApplePayError').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'ApplePayError').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'ApplePayError').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
@@ -228,6 +233,11 @@
PASS Object.getOwnPropertyDescriptor(global, 'CSSValueList').hasOwnProperty('set') is false
PASS Object.getOwnPropertyDescriptor(global, 'CSSValueList').enumerable is false
PASS Object.getOwnPropertyDescriptor(global, 'CSSValueList').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'CanvasCaptureMediaStreamTrack').value is CanvasCaptureMediaStreamTrack
+PASS Object.getOwnPropertyDescriptor(global, 'CanvasCaptureMediaStreamTrack').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'CanvasCaptureMediaStreamTrack').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'CanvasCaptureMediaStreamTrack').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'CanvasCaptureMediaStreamTrack').configurable is true
PASS Object.getOwnPropertyDescriptor(global, 'CanvasGradient').value is CanvasGradient
PASS Object.getOwnPropertyDescriptor(global, 'CanvasGradient').hasOwnProperty('get') is false
PASS Object.getOwnPropertyDescriptor(global, 'CanvasGradient').hasOwnProperty('set') is false
Modified: trunk/LayoutTests/platform/mac-wk1/js/dom/global-constructors-attributes-expected.txt (213699 => 213700)
--- trunk/LayoutTests/platform/mac-wk1/js/dom/global-constructors-attributes-expected.txt 2017-03-10 03:43:10 UTC (rev 213699)
+++ trunk/LayoutTests/platform/mac-wk1/js/dom/global-constructors-attributes-expected.txt 2017-03-10 04:55:19 UTC (rev 213700)
@@ -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, 'ApplePayError').value is ApplePayError
+PASS Object.getOwnPropertyDescriptor(global, 'ApplePayError').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'ApplePayError').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'ApplePayError').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'ApplePayError').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