Title: [204596] trunk/LayoutTests
Revision
204596
Author
[email protected]
Date
2016-08-18 09:10:26 -0700 (Thu, 18 Aug 2016)

Log Message

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

Unreviewed test gardening.

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

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (204595 => 204596)


--- trunk/LayoutTests/ChangeLog	2016-08-18 16:06:19 UTC (rev 204595)
+++ trunk/LayoutTests/ChangeLog	2016-08-18 16:10:26 UTC (rev 204596)
@@ -1,3 +1,12 @@
+2016-08-18  Ryan Haddad  <[email protected]>
+
+        Rebaseline js/dom/global-constructors-attributes.html after r204594.
+
+        Unreviewed test gardening.
+
+        * platform/mac-wk1/js/dom/global-constructors-attributes-expected.txt:
+        * platform/mac/js/dom/global-constructors-attributes-expected.txt:
+
 2016-08-18  Rawinder Singh  <[email protected]>
 
         [web-animations] Add Animatable, AnimationEffect, KeyframeEffect and Animation interface

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


--- trunk/LayoutTests/platform/mac/js/dom/global-constructors-attributes-expected.txt	2016-08-18 16:06:19 UTC (rev 204595)
+++ trunk/LayoutTests/platform/mac/js/dom/global-constructors-attributes-expected.txt	2016-08-18 16:10:26 UTC (rev 204596)
@@ -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
@@ -358,6 +373,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
@@ -908,6 +928,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

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


--- trunk/LayoutTests/platform/mac-wk1/js/dom/global-constructors-attributes-expected.txt	2016-08-18 16:06:19 UTC (rev 204595)
+++ trunk/LayoutTests/platform/mac-wk1/js/dom/global-constructors-attributes-expected.txt	2016-08-18 16:10:26 UTC (rev 204596)
@@ -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
@@ -358,6 +373,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
@@ -893,6 +913,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
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to