Title: [95390] trunk/LayoutTests
Revision
95390
Author
m...@apple.com
Date
2011-09-18 09:21:15 -0700 (Sun, 18 Sep 2011)

Log Message

Updated expected results for two tests after r95362.

* platform/mac/fast/dom/Window/window-properties-expected.txt:
* platform/mac/fast/dom/Window/window-property-descriptors-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (95389 => 95390)


--- trunk/LayoutTests/ChangeLog	2011-09-18 03:47:04 UTC (rev 95389)
+++ trunk/LayoutTests/ChangeLog	2011-09-18 16:21:15 UTC (rev 95390)
@@ -1,3 +1,10 @@
+2011-09-18  Dan Bernstein  <m...@apple.com>
+
+        Updated expected results for two tests after r95362.
+
+        * platform/mac/fast/dom/Window/window-properties-expected.txt:
+        * platform/mac/fast/dom/Window/window-property-descriptors-expected.txt:
+
 2011-09-17  David Hyatt  <hy...@apple.com>
 
         https://bugs.webkit.org/show_bug.cgi?id=68307

Modified: trunk/LayoutTests/platform/mac/fast/dom/Window/window-properties-expected.txt (95389 => 95390)


--- trunk/LayoutTests/platform/mac/fast/dom/Window/window-properties-expected.txt	2011-09-18 03:47:04 UTC (rev 95389)
+++ trunk/LayoutTests/platform/mac/fast/dom/Window/window-properties-expected.txt	2011-09-18 16:21:15 UTC (rev 95390)
@@ -1274,6 +1274,7 @@
 window.MessagePort.prototype.postMessage [function]
 window.MessagePort.prototype.removeEventListener [function]
 window.MessagePort.prototype.start [function]
+window.MessagePort.prototype.webkitPostMessage [function]
 window.MimeType [object MimeTypeConstructor]
 window.MimeType.prototype [object MimeTypePrototype]
 window.MimeTypeArray [object MimeTypeArrayConstructor]
@@ -2178,6 +2179,7 @@
 window.Worker.prototype.postMessage [function]
 window.Worker.prototype.removeEventListener [function]
 window.Worker.prototype.terminate [function]
+window.Worker.prototype.webkitPostMessage [function]
 window.XMLDocument [printed above as window.Document]
 window.XMLHttpRequest [object XMLHttpRequestConstructor]
 window.XMLHttpRequest.DONE [number]
@@ -2379,6 +2381,7 @@
 window.constructor.prototype.webkitCancelRequestAnimationFrame [function]
 window.constructor.prototype.webkitConvertPointFromNodeToPage [function]
 window.constructor.prototype.webkitConvertPointFromPageToNode [function]
+window.constructor.prototype.webkitPostMessage [function]
 window.constructor.prototype.webkitRequestAnimationFrame [function]
 window.crypto [object Crypto]
 window.crypto.getRandomValues [function]
@@ -2574,6 +2577,7 @@
 window.webkitCancelRequestAnimationFrame [function]
 window.webkitConvertPointFromNodeToPage [function]
 window.webkitConvertPointFromPageToNode [function]
+window.webkitPostMessage [function]
 window.webkitRequestAnimationFrame [function]
 window.window [printed above as window]
 window.getSelection() [object DOMSelection]

Modified: trunk/LayoutTests/platform/mac/fast/dom/Window/window-property-descriptors-expected.txt (95389 => 95390)


--- trunk/LayoutTests/platform/mac/fast/dom/Window/window-property-descriptors-expected.txt	2011-09-18 03:47:04 UTC (rev 95389)
+++ trunk/LayoutTests/platform/mac/fast/dom/Window/window-property-descriptors-expected.txt	2011-09-18 16:21:15 UTC (rev 95390)
@@ -550,6 +550,7 @@
 PASS Object.getOwnPropertyDescriptor(window, 'webkitCancelRequestAnimationFrame') is undefined.
 PASS Object.getOwnPropertyDescriptor(window, 'webkitConvertPointFromNodeToPage') is undefined.
 PASS Object.getOwnPropertyDescriptor(window, 'webkitConvertPointFromPageToNode') is undefined.
+PASS Object.getOwnPropertyDescriptor(window, 'webkitPostMessage') is undefined.
 PASS Object.getOwnPropertyDescriptor(window, 'webkitRequestAnimationFrame') is undefined.
 PASS successfullyParsed is true
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to