Title: [204968] trunk/LayoutTests
Revision
204968
Author
[email protected]
Date
2016-08-25 09:42:16 -0700 (Thu, 25 Aug 2016)

Log Message

Rebaseline js/dom/global-constructors-attributes.html for mac-wk1 after r204935

Unreviewed test gardening.

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

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (204967 => 204968)


--- trunk/LayoutTests/ChangeLog	2016-08-25 16:18:56 UTC (rev 204967)
+++ trunk/LayoutTests/ChangeLog	2016-08-25 16:42:16 UTC (rev 204968)
@@ -1,5 +1,13 @@
 2016-08-25  Ryan Haddad  <[email protected]>
 
+        Rebaseline js/dom/global-constructors-attributes.html for mac-wk1 after r204935
+
+        Unreviewed test gardening.
+
+        * platform/mac-wk1/js/dom/global-constructors-attributes-expected.txt:
+
+2016-08-25  Ryan Haddad  <[email protected]>
+
         Skip svg/animations/animate-text-nested-transforms.html on ios-simulator
 
         Unreviewed test gardening.

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


--- trunk/LayoutTests/platform/mac-wk1/js/dom/global-constructors-attributes-expected.txt	2016-08-25 16:18:56 UTC (rev 204967)
+++ trunk/LayoutTests/platform/mac-wk1/js/dom/global-constructors-attributes-expected.txt	2016-08-25 16:42:16 UTC (rev 204968)
@@ -1093,6 +1093,11 @@
 PASS Object.getOwnPropertyDescriptor(global, 'OscillatorNode').hasOwnProperty('set') is false
 PASS Object.getOwnPropertyDescriptor(global, 'OscillatorNode').enumerable is false
 PASS Object.getOwnPropertyDescriptor(global, 'OscillatorNode').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'OverconstrainedError').value is OverconstrainedError
+PASS Object.getOwnPropertyDescriptor(global, 'OverconstrainedError').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'OverconstrainedError').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'OverconstrainedError').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'OverconstrainedError').configurable is true
 PASS Object.getOwnPropertyDescriptor(global, 'OverflowEvent').value is OverflowEvent
 PASS Object.getOwnPropertyDescriptor(global, 'OverflowEvent').hasOwnProperty('get') is false
 PASS Object.getOwnPropertyDescriptor(global, 'OverflowEvent').hasOwnProperty('set') is false
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to