Title: [205896] trunk/LayoutTests
Revision
205896
Author
[email protected]
Date
2016-09-13 21:11:51 -0700 (Tue, 13 Sep 2016)

Log Message

Rebaseline js/dom/global-constructors-attributes.html for Yosemite.

Unreviewed test gardening.

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

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (205895 => 205896)


--- trunk/LayoutTests/ChangeLog	2016-09-14 02:29:22 UTC (rev 205895)
+++ trunk/LayoutTests/ChangeLog	2016-09-14 04:11:51 UTC (rev 205896)
@@ -1,3 +1,11 @@
+2016-09-13  Ryan Haddad  <[email protected]>
+
+        Rebaseline js/dom/global-constructors-attributes.html for Yosemite.
+
+        Unreviewed test gardening.
+
+        * platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt:
+
 2016-09-13  Alex Christensen  <[email protected]>
 
         Implement URLSearchParams

Modified: trunk/LayoutTests/platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt (205895 => 205896)


--- trunk/LayoutTests/platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt	2016-09-14 02:29:22 UTC (rev 205895)
+++ trunk/LayoutTests/platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt	2016-09-14 04:11:51 UTC (rev 205896)
@@ -2123,6 +2123,11 @@
 PASS Object.getOwnPropertyDescriptor(global, 'URL').hasOwnProperty('set') is false
 PASS Object.getOwnPropertyDescriptor(global, 'URL').enumerable is false
 PASS Object.getOwnPropertyDescriptor(global, 'URL').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'URLSearchParams').value is URLSearchParams
+PASS Object.getOwnPropertyDescriptor(global, 'URLSearchParams').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'URLSearchParams').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'URLSearchParams').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'URLSearchParams').configurable is true
 PASS Object.getOwnPropertyDescriptor(global, 'Uint16Array').value is Uint16Array
 PASS Object.getOwnPropertyDescriptor(global, 'Uint16Array').hasOwnProperty('get') is false
 PASS Object.getOwnPropertyDescriptor(global, 'Uint16Array').hasOwnProperty('set') is false
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to