Diff
Modified: trunk/LayoutTests/ChangeLog (204412 => 204413)
--- trunk/LayoutTests/ChangeLog 2016-08-12 16:51:04 UTC (rev 204412)
+++ trunk/LayoutTests/ChangeLog 2016-08-12 16:54:37 UTC (rev 204413)
@@ -1,3 +1,12 @@
+2016-08-12 Ryan Haddad <[email protected]>
+
+ Rebaseline js/dom/global-constructors-attributes.html after r204396.
+
+ Unreviewed test gardening.
+
+ * platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt:
+ * platform/mac/js/dom/global-constructors-attributes-expected.txt:
+
2016-08-11 Ryan Haddad <[email protected]>
Marking transitions/clip-path-transitions.html and transitions/clip-path-path-transitions.html as flaky on ios-simulator.
Modified: trunk/LayoutTests/platform/mac/js/dom/global-constructors-attributes-expected.txt (204412 => 204413)
--- trunk/LayoutTests/platform/mac/js/dom/global-constructors-attributes-expected.txt 2016-08-12 16:51:04 UTC (rev 204412)
+++ trunk/LayoutTests/platform/mac/js/dom/global-constructors-attributes-expected.txt 2016-08-12 16:54:37 UTC (rev 204413)
@@ -463,6 +463,21 @@
PASS Object.getOwnPropertyDescriptor(global, 'GainNode').hasOwnProperty('set') is false
PASS Object.getOwnPropertyDescriptor(global, 'GainNode').enumerable is false
PASS Object.getOwnPropertyDescriptor(global, 'GainNode').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'Gamepad').value is Gamepad
+PASS Object.getOwnPropertyDescriptor(global, 'Gamepad').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'Gamepad').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'Gamepad').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'Gamepad').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'GamepadButton').value is GamepadButton
+PASS Object.getOwnPropertyDescriptor(global, 'GamepadButton').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'GamepadButton').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'GamepadButton').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'GamepadButton').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'GamepadEvent').value is GamepadEvent
+PASS Object.getOwnPropertyDescriptor(global, 'GamepadEvent').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'GamepadEvent').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'GamepadEvent').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'GamepadEvent').configurable is true
PASS Object.getOwnPropertyDescriptor(global, 'HTMLAllCollection').value is HTMLAllCollection
PASS Object.getOwnPropertyDescriptor(global, 'HTMLAllCollection').hasOwnProperty('get') is false
PASS Object.getOwnPropertyDescriptor(global, 'HTMLAllCollection').hasOwnProperty('set') is false
Modified: trunk/LayoutTests/platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt (204412 => 204413)
--- trunk/LayoutTests/platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt 2016-08-12 16:51:04 UTC (rev 204412)
+++ trunk/LayoutTests/platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt 2016-08-12 16:54:37 UTC (rev 204413)
@@ -463,6 +463,21 @@
PASS Object.getOwnPropertyDescriptor(global, 'GainNode').hasOwnProperty('set') is false
PASS Object.getOwnPropertyDescriptor(global, 'GainNode').enumerable is false
PASS Object.getOwnPropertyDescriptor(global, 'GainNode').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'Gamepad').value is Gamepad
+PASS Object.getOwnPropertyDescriptor(global, 'Gamepad').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'Gamepad').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'Gamepad').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'Gamepad').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'GamepadButton').value is GamepadButton
+PASS Object.getOwnPropertyDescriptor(global, 'GamepadButton').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'GamepadButton').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'GamepadButton').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'GamepadButton').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'GamepadEvent').value is GamepadEvent
+PASS Object.getOwnPropertyDescriptor(global, 'GamepadEvent').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'GamepadEvent').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'GamepadEvent').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'GamepadEvent').configurable is true
PASS Object.getOwnPropertyDescriptor(global, 'HTMLAllCollection').value is HTMLAllCollection
PASS Object.getOwnPropertyDescriptor(global, 'HTMLAllCollection').hasOwnProperty('get') is false
PASS Object.getOwnPropertyDescriptor(global, 'HTMLAllCollection').hasOwnProperty('set') is false