Title: [222087] trunk/LayoutTests
Revision
222087
Author
[email protected]
Date
2017-09-15 06:54:30 -0700 (Fri, 15 Sep 2017)

Log Message

[WPE] Rebaseline after r221966.

Unreviewed gardening. Adding VRPose.

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

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (222086 => 222087)


--- trunk/LayoutTests/ChangeLog	2017-09-15 13:42:34 UTC (rev 222086)
+++ trunk/LayoutTests/ChangeLog	2017-09-15 13:54:30 UTC (rev 222087)
@@ -1,3 +1,11 @@
+2017-09-15  Claudio Saavedra  <[email protected]>
+
+        [WPE] Rebaseline after r221966.
+
+        Unreviewed gardening. Adding VRPose.
+
+        * platform/wpe/js/dom/global-constructors-attributes-expected.txt:
+
 2017-09-15  Zan Dobersek  <[email protected]>
 
         [EME] ClearKey: list 'persistent-license' sessions as supported

Modified: trunk/LayoutTests/platform/wpe/js/dom/global-constructors-attributes-expected.txt (222086 => 222087)


--- trunk/LayoutTests/platform/wpe/js/dom/global-constructors-attributes-expected.txt	2017-09-15 13:42:34 UTC (rev 222086)
+++ trunk/LayoutTests/platform/wpe/js/dom/global-constructors-attributes-expected.txt	2017-09-15 13:54:30 UTC (rev 222087)
@@ -2263,6 +2263,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
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to