Title: [222050] trunk/LayoutTests
Revision
222050
Author
ryanhad...@apple.com
Date
2017-09-14 13:39:15 -0700 (Thu, 14 Sep 2017)

Log Message

Rebaseline js/dom/global-constructors-attributes.html for El Capitan.

Unreviewed test gardening.

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

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (222049 => 222050)


--- trunk/LayoutTests/ChangeLog	2017-09-14 20:28:36 UTC (rev 222049)
+++ trunk/LayoutTests/ChangeLog	2017-09-14 20:39:15 UTC (rev 222050)
@@ -1,3 +1,11 @@
+2017-09-14  Ryan Haddad  <ryanhad...@apple.com>
+
+        Rebaseline js/dom/global-constructors-attributes.html for El Capitan.
+
+        Unreviewed test gardening.
+
+        * platform/mac-elcapitan-wk2/js/dom/global-constructors-attributes-expected.txt:
+
 2017-09-14  Wenson Hsieh  <wenson_hs...@apple.com>
 
         fast/forms/append-children-during-form-submission.html fails due to a text diff on iOS

Modified: trunk/LayoutTests/platform/mac-elcapitan-wk2/js/dom/global-constructors-attributes-expected.txt (222049 => 222050)


--- trunk/LayoutTests/platform/mac-elcapitan-wk2/js/dom/global-constructors-attributes-expected.txt	2017-09-14 20:28:36 UTC (rev 222049)
+++ trunk/LayoutTests/platform/mac-elcapitan-wk2/js/dom/global-constructors-attributes-expected.txt	2017-09-14 20:39:15 UTC (rev 222050)
@@ -2378,6 +2378,11 @@
 PASS Object.getOwnPropertyDescriptor(global, 'UserMessageHandlersNamespace').hasOwnProperty('set') is false
 PASS Object.getOwnPropertyDescriptor(global, 'UserMessageHandlersNamespace').enumerable is false
 PASS Object.getOwnPropertyDescriptor(global, 'UserMessageHandlersNamespace').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'VRPose').value is VRPose
+PASS Object.getOwnPropertyDescriptor(global, 'VRPose').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'VRPose').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'VRPose').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'VRPose').configurable is true
 PASS Object.getOwnPropertyDescriptor(global, 'VTTCue').value is VTTCue
 PASS Object.getOwnPropertyDescriptor(global, 'VTTCue').hasOwnProperty('get') is false
 PASS Object.getOwnPropertyDescriptor(global, 'VTTCue').hasOwnProperty('set') is false
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to