Title: [111570] trunk/LayoutTests
Revision
111570
Author
[email protected]
Date
2012-03-21 10:31:52 -0700 (Wed, 21 Mar 2012)

Log Message

Unreviewed, GTK rebaseline after r111558.

* platform/gtk/fast/dom/Window/window-properties-expected.txt:
* platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt:
* platform/gtk/fast/dom/prototype-inheritance-2-expected.txt:
* platform/gtk/fast/js/global-constructors-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (111569 => 111570)


--- trunk/LayoutTests/ChangeLog	2012-03-21 17:26:40 UTC (rev 111569)
+++ trunk/LayoutTests/ChangeLog	2012-03-21 17:31:52 UTC (rev 111570)
@@ -1,3 +1,12 @@
+2012-03-21  Philippe Normand  <[email protected]>
+
+        Unreviewed, GTK rebaseline after r111558.
+
+        * platform/gtk/fast/dom/Window/window-properties-expected.txt:
+        * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt:
+        * platform/gtk/fast/dom/prototype-inheritance-2-expected.txt:
+        * platform/gtk/fast/js/global-constructors-expected.txt:
+
 2012-03-21  Alexey Proskuryakov  <[email protected]>
 
         Remove obsolete File attributes

Modified: trunk/LayoutTests/platform/gtk/fast/dom/Window/window-properties-expected.txt (111569 => 111570)


--- trunk/LayoutTests/platform/gtk/fast/dom/Window/window-properties-expected.txt	2012-03-21 17:26:40 UTC (rev 111569)
+++ trunk/LayoutTests/platform/gtk/fast/dom/Window/window-properties-expected.txt	2012-03-21 17:31:52 UTC (rev 111570)
@@ -2702,6 +2702,16 @@
 window.webkitDeprecatedPeerConnection.prototype.removeEventListener [function]
 window.webkitDeprecatedPeerConnection.prototype.removeStream [function]
 window.webkitDeprecatedPeerConnection.prototype.send [function]
+window.webkitMediaStream [object MediaStreamConstructor]
+window.webkitMediaStream.ENDED [number]
+window.webkitMediaStream.LIVE [number]
+window.webkitMediaStream.length [number]
+window.webkitMediaStream.prototype [object MediaStreamPrototype]
+window.webkitMediaStream.prototype.ENDED [number]
+window.webkitMediaStream.prototype.LIVE [number]
+window.webkitMediaStream.prototype.addEventListener [function]
+window.webkitMediaStream.prototype.dispatchEvent [function]
+window.webkitMediaStream.prototype.removeEventListener [function]
 window.webkitPostMessage [function]
 window.webkitRequestAnimationFrame [function]
 window.window [printed above as window]

Modified: trunk/LayoutTests/platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt (111569 => 111570)


--- trunk/LayoutTests/platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt	2012-03-21 17:26:40 UTC (rev 111569)
+++ trunk/LayoutTests/platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt	2012-03-21 17:31:52 UTC (rev 111570)
@@ -519,6 +519,7 @@
 PASS typeof Object.getOwnPropertyDescriptor(window, 'undefined') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'unescape') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'webkitDeprecatedPeerConnection') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'webkitMediaStream') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'window') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'windowPropertyNames') is 'object'
 PASS Object.getOwnPropertyDescriptor(window, '__defineGetter__') is undefined.

Modified: trunk/LayoutTests/platform/gtk/fast/dom/prototype-inheritance-2-expected.txt (111569 => 111570)


--- trunk/LayoutTests/platform/gtk/fast/dom/prototype-inheritance-2-expected.txt	2012-03-21 17:26:40 UTC (rev 111569)
+++ trunk/LayoutTests/platform/gtk/fast/dom/prototype-inheritance-2-expected.txt	2012-03-21 17:31:52 UTC (rev 111570)
@@ -299,6 +299,7 @@
 Never found Image
 Never found ImageData
 Never found MediaController
+Never found MediaStream
 Never found MessageChannel
 Never found MessagePort
 Never found Node

Modified: trunk/LayoutTests/platform/gtk/fast/js/global-constructors-expected.txt (111569 => 111570)


--- trunk/LayoutTests/platform/gtk/fast/js/global-constructors-expected.txt	2012-03-21 17:26:40 UTC (rev 111569)
+++ trunk/LayoutTests/platform/gtk/fast/js/global-constructors-expected.txt	2012-03-21 17:31:52 UTC (rev 111570)
@@ -336,6 +336,7 @@
 PASS XPathResult.toString() is '[object XPathResultConstructor]'
 PASS XSLTProcessor.toString() is '[object XSLTProcessorConstructor]'
 FAIL webkitDeprecatedPeerConnection.toString() should be [object webkitDeprecatedPeerConnectionConstructor]. Was [object DeprecatedPeerConnectionConstructor].
+FAIL webkitMediaStream.toString() should be [object webkitMediaStreamConstructor]. Was [object MediaStreamConstructor].
 FAIL webkitURL.toString() should be [object webkitURLConstructor]. Was [object URLConstructor].
 PASS successfullyParsed is true
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to