Title: [211032] trunk/LayoutTests
Revision
211032
Author
[email protected]
Date
2017-01-22 22:21:07 -0800 (Sun, 22 Jan 2017)

Log Message

Rebaseline WebKit1 results after r211006.

Unreviewed test gardening.

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

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (211031 => 211032)


--- trunk/LayoutTests/ChangeLog	2017-01-23 05:13:57 UTC (rev 211031)
+++ trunk/LayoutTests/ChangeLog	2017-01-23 06:21:07 UTC (rev 211032)
@@ -1,3 +1,11 @@
+2017-01-22  Joseph Pecoraro  <[email protected]>
+
+        Rebaseline WebKit1 results after r211006.
+
+        Unreviewed test gardening.
+
+        * platform/mac-wk1/js/dom/global-constructors-attributes-expected.txt:
+
 2017-01-21  Antoine Quint  <[email protected]>
 
         REGRESSION (r210959): LayoutTest fast/mediastream/MediaStream-video-element-video-tracks-disabled.html is failing

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


--- trunk/LayoutTests/platform/mac-wk1/js/dom/global-constructors-attributes-expected.txt	2017-01-23 05:13:57 UTC (rev 211031)
+++ trunk/LayoutTests/platform/mac-wk1/js/dom/global-constructors-attributes-expected.txt	2017-01-23 06:21:07 UTC (rev 211032)
@@ -518,6 +518,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
@@ -928,6 +943,11 @@
 PASS Object.getOwnPropertyDescriptor(global, 'ImageData').hasOwnProperty('set') is false
 PASS Object.getOwnPropertyDescriptor(global, 'ImageData').enumerable is false
 PASS Object.getOwnPropertyDescriptor(global, 'ImageData').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'InputEvent').value is InputEvent
+PASS Object.getOwnPropertyDescriptor(global, 'InputEvent').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'InputEvent').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'InputEvent').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'InputEvent').configurable is true
 PASS Object.getOwnPropertyDescriptor(global, 'Int16Array').value is Int16Array
 PASS Object.getOwnPropertyDescriptor(global, 'Int16Array').hasOwnProperty('get') is false
 PASS Object.getOwnPropertyDescriptor(global, 'Int16Array').hasOwnProperty('set') is false
@@ -2063,6 +2083,11 @@
 PASS Object.getOwnPropertyDescriptor(global, 'SpeechSynthesisUtterance').hasOwnProperty('set') is false
 PASS Object.getOwnPropertyDescriptor(global, 'SpeechSynthesisUtterance').enumerable is false
 PASS Object.getOwnPropertyDescriptor(global, 'SpeechSynthesisUtterance').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'StaticRange').value is StaticRange
+PASS Object.getOwnPropertyDescriptor(global, 'StaticRange').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'StaticRange').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'StaticRange').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'StaticRange').configurable is true
 PASS Object.getOwnPropertyDescriptor(global, 'Storage').value is Storage
 PASS Object.getOwnPropertyDescriptor(global, 'Storage').hasOwnProperty('get') is false
 PASS Object.getOwnPropertyDescriptor(global, 'Storage').hasOwnProperty('set') is false
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to