Title: [95374] trunk/LayoutTests
Revision
95374
Author
[email protected]
Date
2011-09-17 00:49:33 -0700 (Sat, 17 Sep 2011)

Log Message

[Qt] Unreviewed gardening.

* platform/qt/Skipped: Skip plugins/fullscreen-plugins-dont-reload.html, because ENABLE(FULLSCREEN_API) is disabled on Qt.
* platform/qt/fast/dom/Window/window-properties-expected.png: Updated after r95362.
* platform/qt/fast/dom/Window/window-properties-expected.txt: Updated after r95362.
* platform/qt/fast/dom/Window/window-property-descriptors-expected.png: Updated after r95362.
* platform/qt/fast/dom/Window/window-property-descriptors-expected.txt: Updated after r95362.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (95373 => 95374)


--- trunk/LayoutTests/ChangeLog	2011-09-17 06:52:28 UTC (rev 95373)
+++ trunk/LayoutTests/ChangeLog	2011-09-17 07:49:33 UTC (rev 95374)
@@ -1,3 +1,13 @@
+2011-09-17  Csaba Osztrogonác  <[email protected]>
+
+        [Qt] Unreviewed gardening.
+
+        * platform/qt/Skipped: Skip plugins/fullscreen-plugins-dont-reload.html, because ENABLE(FULLSCREEN_API) is disabled on Qt.
+        * platform/qt/fast/dom/Window/window-properties-expected.png: Updated after r95362.
+        * platform/qt/fast/dom/Window/window-properties-expected.txt: Updated after r95362.
+        * platform/qt/fast/dom/Window/window-property-descriptors-expected.png: Updated after r95362.
+        * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt: Updated after r95362.
+
 2011-09-16  Jeremy Apthorp <[email protected]> and James Kozianski  <[email protected]>
 
         Don't detach elements from the render tree when entering fullscreen mode

Modified: trunk/LayoutTests/platform/qt/Skipped (95373 => 95374)


--- trunk/LayoutTests/platform/qt/Skipped	2011-09-17 06:52:28 UTC (rev 95373)
+++ trunk/LayoutTests/platform/qt/Skipped	2011-09-17 07:49:33 UTC (rev 95374)
@@ -67,6 +67,7 @@
 
 # ENABLE(FULLSCREEN_API) is disabled.
 fullscreen
+plugins/fullscreen-plugins-dont-reload.html
 
 # ENABLE(INPUT_COLOR) is disabled.
 fast/forms/color

Modified: trunk/LayoutTests/platform/qt/fast/dom/Window/window-properties-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/qt/fast/dom/Window/window-properties-expected.txt (95373 => 95374)


--- trunk/LayoutTests/platform/qt/fast/dom/Window/window-properties-expected.txt	2011-09-17 06:52:28 UTC (rev 95373)
+++ trunk/LayoutTests/platform/qt/fast/dom/Window/window-properties-expected.txt	2011-09-17 07:49:33 UTC (rev 95374)
@@ -1270,6 +1270,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]
@@ -2148,6 +2149,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]
@@ -2349,6 +2351,7 @@
 window.constructor.prototype.stop [function]
 window.constructor.prototype.webkitConvertPointFromNodeToPage [function]
 window.constructor.prototype.webkitConvertPointFromPageToNode [function]
+window.constructor.prototype.webkitPostMessage [function]
 window.crypto [object Crypto]
 window.crypto.getRandomValues [function]
 window.decodeURI [function]
@@ -2553,6 +2556,7 @@
 window.webkitNotifications.createHTMLNotification [function]
 window.webkitNotifications.createNotification [function]
 window.webkitNotifications.requestPermission [function]
+window.webkitPostMessage [function]
 window.window [printed above as window]
 window.getSelection() [object DOMSelection]
 window.getSelection().addRange [function]

Modified: trunk/LayoutTests/platform/qt/fast/dom/Window/window-property-descriptors-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/qt/fast/dom/Window/window-property-descriptors-expected.txt (95373 => 95374)


--- trunk/LayoutTests/platform/qt/fast/dom/Window/window-property-descriptors-expected.txt	2011-09-17 06:52:28 UTC (rev 95373)
+++ trunk/LayoutTests/platform/qt/fast/dom/Window/window-property-descriptors-expected.txt	2011-09-17 07:49:33 UTC (rev 95374)
@@ -548,6 +548,7 @@
 PASS Object.getOwnPropertyDescriptor(window, 'valueOf') is undefined.
 PASS Object.getOwnPropertyDescriptor(window, 'webkitConvertPointFromNodeToPage') is undefined.
 PASS Object.getOwnPropertyDescriptor(window, 'webkitConvertPointFromPageToNode') is undefined.
+PASS Object.getOwnPropertyDescriptor(window, 'webkitPostMessage') is undefined.
 PASS successfullyParsed is true
 
 TEST COMPLETE
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to