Diff
Modified: trunk/LayoutTests/ChangeLog (186708 => 186709)
--- trunk/LayoutTests/ChangeLog 2015-07-11 08:42:35 UTC (rev 186708)
+++ trunk/LayoutTests/ChangeLog 2015-07-11 14:17:41 UTC (rev 186709)
@@ -1,3 +1,12 @@
+2015-07-11 David Kilzer <[email protected]>
+
+ REGRESSION (r186697): Fix Yosemite, El Capitan test results for js/dom/global-constructors-attributes.html
+
+ * platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt:
+ * platform/mac/js/dom/global-constructors-attributes-expected.txt:
+ - Move MediaStream results into alphabetical order to fix test
+ failures.
+
2015-07-10 Brent Fulgham <[email protected]>
Unskip some now-passing tests.
Modified: trunk/LayoutTests/platform/mac/js/dom/global-constructors-attributes-expected.txt (186708 => 186709)
--- trunk/LayoutTests/platform/mac/js/dom/global-constructors-attributes-expected.txt 2015-07-11 08:42:35 UTC (rev 186708)
+++ trunk/LayoutTests/platform/mac/js/dom/global-constructors-attributes-expected.txt 2015-07-11 14:17:41 UTC (rev 186709)
@@ -793,16 +793,16 @@
PASS Object.getOwnPropertyDescriptor(global, 'MediaList').hasOwnProperty('set') is false
PASS Object.getOwnPropertyDescriptor(global, 'MediaList').enumerable is false
PASS Object.getOwnPropertyDescriptor(global, 'MediaList').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'MediaSource').value is MediaSource
+PASS Object.getOwnPropertyDescriptor(global, 'MediaSource').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'MediaSource').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'MediaSource').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'MediaSource').configurable is true
PASS Object.getOwnPropertyDescriptor(global, 'MediaStream').value is MediaStream
PASS Object.getOwnPropertyDescriptor(global, 'MediaStream').hasOwnProperty('get') is false
PASS Object.getOwnPropertyDescriptor(global, 'MediaStream').hasOwnProperty('set') is false
PASS Object.getOwnPropertyDescriptor(global, 'MediaStream').enumerable is false
PASS Object.getOwnPropertyDescriptor(global, 'MediaStream').configurable is true
-PASS Object.getOwnPropertyDescriptor(global, 'MediaSource').value is MediaSource
-PASS Object.getOwnPropertyDescriptor(global, 'MediaSource').hasOwnProperty('get') is false
-PASS Object.getOwnPropertyDescriptor(global, 'MediaSource').hasOwnProperty('set') is false
-PASS Object.getOwnPropertyDescriptor(global, 'MediaSource').enumerable is false
-PASS Object.getOwnPropertyDescriptor(global, 'MediaSource').configurable is true
PASS Object.getOwnPropertyDescriptor(global, 'MediaStreamAudioDestinationNode').value is MediaStreamAudioDestinationNode
PASS Object.getOwnPropertyDescriptor(global, 'MediaStreamAudioDestinationNode').hasOwnProperty('get') is false
PASS Object.getOwnPropertyDescriptor(global, 'MediaStreamAudioDestinationNode').hasOwnProperty('set') is false
Modified: trunk/LayoutTests/platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt (186708 => 186709)
--- trunk/LayoutTests/platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt 2015-07-11 08:42:35 UTC (rev 186708)
+++ trunk/LayoutTests/platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt 2015-07-11 14:17:41 UTC (rev 186709)
@@ -793,16 +793,16 @@
PASS Object.getOwnPropertyDescriptor(global, 'MediaList').hasOwnProperty('set') is false
PASS Object.getOwnPropertyDescriptor(global, 'MediaList').enumerable is false
PASS Object.getOwnPropertyDescriptor(global, 'MediaList').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'MediaSource').value is MediaSource
+PASS Object.getOwnPropertyDescriptor(global, 'MediaSource').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'MediaSource').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'MediaSource').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'MediaSource').configurable is true
PASS Object.getOwnPropertyDescriptor(global, 'MediaStream').value is MediaStream
PASS Object.getOwnPropertyDescriptor(global, 'MediaStream').hasOwnProperty('get') is false
PASS Object.getOwnPropertyDescriptor(global, 'MediaStream').hasOwnProperty('set') is false
PASS Object.getOwnPropertyDescriptor(global, 'MediaStream').enumerable is false
PASS Object.getOwnPropertyDescriptor(global, 'MediaStream').configurable is true
-PASS Object.getOwnPropertyDescriptor(global, 'MediaSource').value is MediaSource
-PASS Object.getOwnPropertyDescriptor(global, 'MediaSource').hasOwnProperty('get') is false
-PASS Object.getOwnPropertyDescriptor(global, 'MediaSource').hasOwnProperty('set') is false
-PASS Object.getOwnPropertyDescriptor(global, 'MediaSource').enumerable is false
-PASS Object.getOwnPropertyDescriptor(global, 'MediaSource').configurable is true
PASS Object.getOwnPropertyDescriptor(global, 'MediaStreamAudioDestinationNode').value is MediaStreamAudioDestinationNode
PASS Object.getOwnPropertyDescriptor(global, 'MediaStreamAudioDestinationNode').hasOwnProperty('get') is false
PASS Object.getOwnPropertyDescriptor(global, 'MediaStreamAudioDestinationNode').hasOwnProperty('set') is false