Title: [152321] trunk/LayoutTests
Revision
152321
Author
[email protected]
Date
2013-07-02 14:24:20 -0700 (Tue, 02 Jul 2013)

Log Message

Unreviewed rebaseline of Mac Lion fast/js/global-constructors-attributes after r151914.

* platform/mac-lion/fast/js/global-constructors-attributes-expected.txt:
WaveTable -> PeriodicWave

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (152320 => 152321)


--- trunk/LayoutTests/ChangeLog	2013-07-02 20:43:31 UTC (rev 152320)
+++ trunk/LayoutTests/ChangeLog	2013-07-02 21:24:20 UTC (rev 152321)
@@ -1,3 +1,10 @@
+2013-07-02  David Farler  <[email protected]>
+
+        Unreviewed rebaseline of Mac Lion fast/js/global-constructors-attributes after r151914.
+
+        * platform/mac-lion/fast/js/global-constructors-attributes-expected.txt:
+        WaveTable -> PeriodicWave
+
 2013-07-02  Radu Stavila  <[email protected]>
 
         [CSS Regions] Improve implementation of elements in region being flowed to another flow thread

Modified: trunk/LayoutTests/platform/mac-lion/fast/js/global-constructors-attributes-expected.txt (152320 => 152321)


--- trunk/LayoutTests/platform/mac-lion/fast/js/global-constructors-attributes-expected.txt	2013-07-02 20:43:31 UTC (rev 152320)
+++ trunk/LayoutTests/platform/mac-lion/fast/js/global-constructors-attributes-expected.txt	2013-07-02 21:24:20 UTC (rev 152321)
@@ -903,6 +903,11 @@
 PASS Object.getOwnPropertyDescriptor(global, 'Path').hasOwnProperty('set') is false
 PASS Object.getOwnPropertyDescriptor(global, 'Path').enumerable is false
 PASS Object.getOwnPropertyDescriptor(global, 'Path').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'PeriodicWave').value is PeriodicWave
+PASS Object.getOwnPropertyDescriptor(global, 'PeriodicWave').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'PeriodicWave').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'PeriodicWave').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'PeriodicWave').configurable is true
 PASS Object.getOwnPropertyDescriptor(global, 'Plugin').value is Plugin
 PASS Object.getOwnPropertyDescriptor(global, 'Plugin').hasOwnProperty('get') is false
 PASS Object.getOwnPropertyDescriptor(global, 'Plugin').hasOwnProperty('set') is false
@@ -1808,11 +1813,6 @@
 PASS Object.getOwnPropertyDescriptor(global, 'WaveShaperNode').hasOwnProperty('set') is false
 PASS Object.getOwnPropertyDescriptor(global, 'WaveShaperNode').enumerable is false
 PASS Object.getOwnPropertyDescriptor(global, 'WaveShaperNode').configurable is true
-PASS Object.getOwnPropertyDescriptor(global, 'WaveTable').value is WaveTable
-PASS Object.getOwnPropertyDescriptor(global, 'WaveTable').hasOwnProperty('get') is false
-PASS Object.getOwnPropertyDescriptor(global, 'WaveTable').hasOwnProperty('set') is false
-PASS Object.getOwnPropertyDescriptor(global, 'WaveTable').enumerable is false
-PASS Object.getOwnPropertyDescriptor(global, 'WaveTable').configurable is true
 PASS Object.getOwnPropertyDescriptor(global, 'WebGLActiveInfo').value is WebGLActiveInfo
 PASS Object.getOwnPropertyDescriptor(global, 'WebGLActiveInfo').hasOwnProperty('get') is false
 PASS Object.getOwnPropertyDescriptor(global, 'WebGLActiveInfo').hasOwnProperty('set') is false
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to