Title: [201842] trunk/LayoutTests
Revision
201842
Author
ryanhad...@apple.com
Date
2016-06-08 16:11:23 -0700 (Wed, 08 Jun 2016)

Log Message

Rebaseline js/dom/global-constructors-attributes.html for Mac after r201810

Unreviewed test gardening.

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

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (201841 => 201842)


--- trunk/LayoutTests/ChangeLog	2016-06-08 23:09:44 UTC (rev 201841)
+++ trunk/LayoutTests/ChangeLog	2016-06-08 23:11:23 UTC (rev 201842)
@@ -1,3 +1,11 @@
+2016-06-08  Ryan Haddad  <ryanhad...@apple.com>
+
+        Rebaseline js/dom/global-constructors-attributes.html for Mac after r201810
+
+        Unreviewed test gardening.
+
+        * platform/mac/js/dom/global-constructors-attributes-expected.txt:
+
 2016-06-08  Jer Noble  <jer.no...@apple.com>
 
         With audio user gesture restriction in place, video.src = '', video.play() succeeds where it should fail.

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


--- trunk/LayoutTests/platform/mac/js/dom/global-constructors-attributes-expected.txt	2016-06-08 23:09:44 UTC (rev 201841)
+++ trunk/LayoutTests/platform/mac/js/dom/global-constructors-attributes-expected.txt	2016-06-08 23:11:23 UTC (rev 201842)
@@ -8,11 +8,26 @@
 PASS Object.getOwnPropertyDescriptor(global, 'AnalyserNode').hasOwnProperty('set') is false
 PASS Object.getOwnPropertyDescriptor(global, 'AnalyserNode').enumerable is false
 PASS Object.getOwnPropertyDescriptor(global, 'AnalyserNode').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'Animation').value is Animation
+PASS Object.getOwnPropertyDescriptor(global, 'Animation').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'Animation').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'Animation').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'Animation').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'AnimationEffectReadOnly').value is AnimationEffectReadOnly
+PASS Object.getOwnPropertyDescriptor(global, 'AnimationEffectReadOnly').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'AnimationEffectReadOnly').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'AnimationEffectReadOnly').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'AnimationEffectReadOnly').configurable is true
 PASS Object.getOwnPropertyDescriptor(global, 'AnimationEvent').value is AnimationEvent
 PASS Object.getOwnPropertyDescriptor(global, 'AnimationEvent').hasOwnProperty('get') is false
 PASS Object.getOwnPropertyDescriptor(global, 'AnimationEvent').hasOwnProperty('set') is false
 PASS Object.getOwnPropertyDescriptor(global, 'AnimationEvent').enumerable is false
 PASS Object.getOwnPropertyDescriptor(global, 'AnimationEvent').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'AnimationTimeline').value is AnimationTimeline
+PASS Object.getOwnPropertyDescriptor(global, 'AnimationTimeline').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'AnimationTimeline').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'AnimationTimeline').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'AnimationTimeline').configurable is true
 PASS Object.getOwnPropertyDescriptor(global, 'ApplicationCache').value is ApplicationCache
 PASS Object.getOwnPropertyDescriptor(global, 'ApplicationCache').hasOwnProperty('get') is false
 PASS Object.getOwnPropertyDescriptor(global, 'ApplicationCache').hasOwnProperty('set') is false
@@ -353,6 +368,11 @@
 PASS Object.getOwnPropertyDescriptor(global, 'DocumentFragment').hasOwnProperty('set') is false
 PASS Object.getOwnPropertyDescriptor(global, 'DocumentFragment').enumerable is false
 PASS Object.getOwnPropertyDescriptor(global, 'DocumentFragment').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'DocumentTimeline').value is DocumentTimeline
+PASS Object.getOwnPropertyDescriptor(global, 'DocumentTimeline').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'DocumentTimeline').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'DocumentTimeline').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'DocumentTimeline').configurable is true
 PASS Object.getOwnPropertyDescriptor(global, 'DocumentType').value is DocumentType
 PASS Object.getOwnPropertyDescriptor(global, 'DocumentType').hasOwnProperty('get') is false
 PASS Object.getOwnPropertyDescriptor(global, 'DocumentType').hasOwnProperty('set') is false
@@ -898,6 +918,11 @@
 PASS Object.getOwnPropertyDescriptor(global, 'KeyboardEvent').hasOwnProperty('set') is false
 PASS Object.getOwnPropertyDescriptor(global, 'KeyboardEvent').enumerable is false
 PASS Object.getOwnPropertyDescriptor(global, 'KeyboardEvent').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'KeyframeEffect').value is KeyframeEffect
+PASS Object.getOwnPropertyDescriptor(global, 'KeyframeEffect').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'KeyframeEffect').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'KeyframeEffect').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'KeyframeEffect').configurable is true
 PASS Object.getOwnPropertyDescriptor(global, 'Location').value is Location
 PASS Object.getOwnPropertyDescriptor(global, 'Location').hasOwnProperty('get') is false
 PASS Object.getOwnPropertyDescriptor(global, 'Location').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