Title: [97577] trunk/LayoutTests
Revision
97577
Author
o...@webkit.org
Date
2011-10-16 14:37:25 -0700 (Sun, 16 Oct 2011)

Log Message

[Qt] Unreviewed weekend gardening.

* platform/qt/fast/dom/Window/window-properties-expected.txt:
* platform/qt/fast/files/url-required-arguments-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (97576 => 97577)


--- trunk/LayoutTests/ChangeLog	2011-10-16 19:19:42 UTC (rev 97576)
+++ trunk/LayoutTests/ChangeLog	2011-10-16 21:37:25 UTC (rev 97577)
@@ -1,3 +1,10 @@
+2011-10-16  Csaba Osztrogonác  <o...@webkit.org>
+
+        [Qt] Unreviewed weekend gardening.
+
+        * platform/qt/fast/dom/Window/window-properties-expected.txt:
+        * platform/qt/fast/files/url-required-arguments-expected.txt: Added.
+
 2011-10-16  Dan Bernstein  <m...@apple.com>
 
         REGRESSION (r96620): Float-avoiding block positioned incorrectly in right-to-left block

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


--- trunk/LayoutTests/platform/qt/fast/dom/Window/window-properties-expected.txt	2011-10-16 19:19:42 UTC (rev 97576)
+++ trunk/LayoutTests/platform/qt/fast/dom/Window/window-properties-expected.txt	2011-10-16 21:37:25 UTC (rev 97577)
@@ -44,6 +44,7 @@
 window.Audio [object AudioConstructor]
 window.Audio.length [number]
 window.Audio.prototype [object HTMLAudioElementPrototype]
+window.Audio.prototype.ALLOW_KEYBOARD_INPUT [number]
 window.Audio.prototype.ATTRIBUTE_NODE [number]
 window.Audio.prototype.CDATA_SECTION_NODE [number]
 window.Audio.prototype.COMMENT_NODE [number]
@@ -124,6 +125,7 @@
 window.Audio.prototype.setAttributeNode [function]
 window.Audio.prototype.setAttributeNodeNS [function]
 window.Audio.prototype.webkitMatchesSelector [function]
+window.Audio.prototype.webkitRequestFullScreen [function]
 window.BeforeLoadEvent [object BeforeLoadEventConstructor]
 window.BeforeLoadEvent.prototype [object BeforeLoadEventPrototype]
 window.BeforeLoadEvent.prototype.AT_TARGET [number]
@@ -727,6 +729,7 @@
 window.Document.prototype.removeChild [function]
 window.Document.prototype.removeEventListener [function]
 window.Document.prototype.replaceChild [function]
+window.Document.prototype.webkitCancelFullScreen [function]
 window.DocumentFragment [object DocumentFragmentConstructor]
 window.DocumentFragment.prototype [object DocumentFragmentPrototype]
 window.DocumentFragment.prototype.ATTRIBUTE_NODE [number]
@@ -808,7 +811,9 @@
 window.DocumentType.prototype.removeEventListener [function]
 window.DocumentType.prototype.replaceChild [function]
 window.Element [object ElementConstructor]
+window.Element.ALLOW_KEYBOARD_INPUT [number]
 window.Element.prototype [object ElementPrototype]
+window.Element.prototype.ALLOW_KEYBOARD_INPUT [number]
 window.Element.prototype.ATTRIBUTE_NODE [number]
 window.Element.prototype.CDATA_SECTION_NODE [number]
 window.Element.prototype.COMMENT_NODE [number]
@@ -873,6 +878,7 @@
 window.Element.prototype.setAttributeNode [function]
 window.Element.prototype.setAttributeNodeNS [function]
 window.Element.prototype.webkitMatchesSelector [function]
+window.Element.prototype.webkitRequestFullScreen [function]
 window.Entity [object EntityConstructor]
 window.Entity.prototype [object EntityPrototype]
 window.Entity.prototype.ATTRIBUTE_NODE [number]

Added: trunk/LayoutTests/platform/qt/fast/files/url-required-arguments-expected.txt (0 => 97577)


--- trunk/LayoutTests/platform/qt/fast/files/url-required-arguments-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/qt/fast/files/url-required-arguments-expected.txt	2011-10-16 21:37:25 UTC (rev 97577)
@@ -0,0 +1,10 @@
+Test required arguments of URL object.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+PASS webkitURL.createObjectURL() threw exception TypeError: Not enough arguments.
+PASS webkitURL.revokeObjectURL() threw exception TypeError: Not enough arguments.
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to