Title: [218500] trunk/LayoutTests
Revision
218500
Author
ryanhad...@apple.com
Date
2017-06-19 11:41:42 -0700 (Mon, 19 Jun 2017)

Log Message

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

Unreviewed test gardening.

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

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (218499 => 218500)


--- trunk/LayoutTests/ChangeLog	2017-06-19 18:21:58 UTC (rev 218499)
+++ trunk/LayoutTests/ChangeLog	2017-06-19 18:41:42 UTC (rev 218500)
@@ -1,3 +1,12 @@
+2017-06-19  Ryan Haddad  <ryanhad...@apple.com>
+
+        Rebaseline js/dom/global-constructors-attributes.html.
+
+        Unreviewed test gardening.
+
+        * platform/mac-elcapitan/js/dom/global-constructors-attributes-expected.txt:
+        * platform/mac-wk1/js/dom/global-constructors-attributes-expected.txt:
+
 2017-06-19  Youenn Fablet  <you...@apple.com>
 
         A cloned MediaStreamTrack should mute independently other tracks using the same source

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


--- trunk/LayoutTests/platform/mac-elcapitan/js/dom/global-constructors-attributes-expected.txt	2017-06-19 18:21:58 UTC (rev 218499)
+++ trunk/LayoutTests/platform/mac-elcapitan/js/dom/global-constructors-attributes-expected.txt	2017-06-19 18:41:42 UTC (rev 218500)
@@ -348,6 +348,11 @@
 PASS Object.getOwnPropertyDescriptor(global, 'DOMPointReadOnly').hasOwnProperty('set') is false
 PASS Object.getOwnPropertyDescriptor(global, 'DOMPointReadOnly').enumerable is false
 PASS Object.getOwnPropertyDescriptor(global, 'DOMPointReadOnly').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'DOMQuad').value is DOMQuad
+PASS Object.getOwnPropertyDescriptor(global, 'DOMQuad').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'DOMQuad').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'DOMQuad').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'DOMQuad').configurable is true
 PASS Object.getOwnPropertyDescriptor(global, 'DOMRect').value is DOMRect
 PASS Object.getOwnPropertyDescriptor(global, 'DOMRect').hasOwnProperty('get') is false
 PASS Object.getOwnPropertyDescriptor(global, 'DOMRect').hasOwnProperty('set') is false

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


--- trunk/LayoutTests/platform/mac-wk1/js/dom/global-constructors-attributes-expected.txt	2017-06-19 18:21:58 UTC (rev 218499)
+++ trunk/LayoutTests/platform/mac-wk1/js/dom/global-constructors-attributes-expected.txt	2017-06-19 18:41:42 UTC (rev 218500)
@@ -348,6 +348,11 @@
 PASS Object.getOwnPropertyDescriptor(global, 'DOMPointReadOnly').hasOwnProperty('set') is false
 PASS Object.getOwnPropertyDescriptor(global, 'DOMPointReadOnly').enumerable is false
 PASS Object.getOwnPropertyDescriptor(global, 'DOMPointReadOnly').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'DOMQuad').value is DOMQuad
+PASS Object.getOwnPropertyDescriptor(global, 'DOMQuad').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'DOMQuad').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'DOMQuad').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'DOMQuad').configurable is true
 PASS Object.getOwnPropertyDescriptor(global, 'DOMRect').value is DOMRect
 PASS Object.getOwnPropertyDescriptor(global, 'DOMRect').hasOwnProperty('get') is false
 PASS Object.getOwnPropertyDescriptor(global, 'DOMRect').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