Title: [213661] trunk/LayoutTests
Revision
213661
Author
[email protected]
Date
2017-03-09 13:23:34 -0800 (Thu, 09 Mar 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 (213660 => 213661)


--- trunk/LayoutTests/ChangeLog	2017-03-09 21:19:34 UTC (rev 213660)
+++ trunk/LayoutTests/ChangeLog	2017-03-09 21:23:34 UTC (rev 213661)
@@ -1,3 +1,12 @@
+2017-03-09  Ryan Haddad  <[email protected]>
+
+        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-03-09  Chris Dumez  <[email protected]>
 
         Align Document.elementFromPoint() with the CSSOM specification

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


--- trunk/LayoutTests/platform/mac-elcapitan/js/dom/global-constructors-attributes-expected.txt	2017-03-09 21:19:34 UTC (rev 213660)
+++ trunk/LayoutTests/platform/mac-elcapitan/js/dom/global-constructors-attributes-expected.txt	2017-03-09 21:23:34 UTC (rev 213661)
@@ -223,6 +223,11 @@
 PASS Object.getOwnPropertyDescriptor(global, 'CSSValueList').hasOwnProperty('set') is false
 PASS Object.getOwnPropertyDescriptor(global, 'CSSValueList').enumerable is false
 PASS Object.getOwnPropertyDescriptor(global, 'CSSValueList').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'CanvasCaptureMediaStreamTrack').value is CanvasCaptureMediaStreamTrack
+PASS Object.getOwnPropertyDescriptor(global, 'CanvasCaptureMediaStreamTrack').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'CanvasCaptureMediaStreamTrack').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'CanvasCaptureMediaStreamTrack').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'CanvasCaptureMediaStreamTrack').configurable is true
 PASS Object.getOwnPropertyDescriptor(global, 'CanvasGradient').value is CanvasGradient
 PASS Object.getOwnPropertyDescriptor(global, 'CanvasGradient').hasOwnProperty('get') is false
 PASS Object.getOwnPropertyDescriptor(global, 'CanvasGradient').hasOwnProperty('set') is false

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


--- trunk/LayoutTests/platform/mac-wk1/js/dom/global-constructors-attributes-expected.txt	2017-03-09 21:19:34 UTC (rev 213660)
+++ trunk/LayoutTests/platform/mac-wk1/js/dom/global-constructors-attributes-expected.txt	2017-03-09 21:23:34 UTC (rev 213661)
@@ -223,6 +223,11 @@
 PASS Object.getOwnPropertyDescriptor(global, 'CSSValueList').hasOwnProperty('set') is false
 PASS Object.getOwnPropertyDescriptor(global, 'CSSValueList').enumerable is false
 PASS Object.getOwnPropertyDescriptor(global, 'CSSValueList').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'CanvasCaptureMediaStreamTrack').value is CanvasCaptureMediaStreamTrack
+PASS Object.getOwnPropertyDescriptor(global, 'CanvasCaptureMediaStreamTrack').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'CanvasCaptureMediaStreamTrack').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'CanvasCaptureMediaStreamTrack').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'CanvasCaptureMediaStreamTrack').configurable is true
 PASS Object.getOwnPropertyDescriptor(global, 'CanvasGradient').value is CanvasGradient
 PASS Object.getOwnPropertyDescriptor(global, 'CanvasGradient').hasOwnProperty('get') is false
 PASS Object.getOwnPropertyDescriptor(global, 'CanvasGradient').hasOwnProperty('set') is false
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to