+2011-09-18 Dan Bernstein <mitz@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 <hyatt@apple.com>
https://bugs.webkit.org/show_bug.cgi?id=68307
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]
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]
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]
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]
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