Title: [97943] trunk/LayoutTests
Revision
97943
Author
[email protected]
Date
2011-10-19 23:47:43 -0700 (Wed, 19 Oct 2011)

Log Message

[Qt] Unreviewed morning gardning.

* platform/qt/Skipped: Skip fast/dom/error-to-string-stack-overflow.html - https://bugs.webkit.org/show_bug.cgi?id=70476
* platform/qt/fast/dom/Window/window-properties-expected.txt: Updated after r97875.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (97942 => 97943)


--- trunk/LayoutTests/ChangeLog	2011-10-20 06:39:33 UTC (rev 97942)
+++ trunk/LayoutTests/ChangeLog	2011-10-20 06:47:43 UTC (rev 97943)
@@ -1,3 +1,10 @@
+2011-10-19  Csaba Osztrogonác  <[email protected]>
+
+        [Qt] Unreviewed morning gardning.
+
+        * platform/qt/Skipped: Skip fast/dom/error-to-string-stack-overflow.html - https://bugs.webkit.org/show_bug.cgi?id=70476
+        * platform/qt/fast/dom/Window/window-properties-expected.txt: Updated after r97875.
+
 2011-10-19  Yuzo Fujishima  <[email protected]>
 
         [chromium] Test expectation change for platform/chromium/compositing/zoom-animator-scale-test2.html

Modified: trunk/LayoutTests/platform/qt/Skipped (97942 => 97943)


--- trunk/LayoutTests/platform/qt/Skipped	2011-10-20 06:39:33 UTC (rev 97942)
+++ trunk/LayoutTests/platform/qt/Skipped	2011-10-20 06:47:43 UTC (rev 97943)
@@ -2446,3 +2446,7 @@
 # [Qt] Assertion fail in CSSPrimitiveValue ctor
 # https://bugs.webkit.org/show_bug.cgi?id=69933
 fast/borders/inline-mask-overlay-image-outset.html
+
+# REGRESSION(r97881): It broke fast/dom/error-to-string-stack-overflow.html
+# https://bugs.webkit.org/show_bug.cgi?id=70476
+fast/dom/error-to-string-stack-overflow.html

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


--- trunk/LayoutTests/platform/qt/fast/dom/Window/window-properties-expected.txt	2011-10-20 06:39:33 UTC (rev 97942)
+++ trunk/LayoutTests/platform/qt/fast/dom/Window/window-properties-expected.txt	2011-10-20 06:47:43 UTC (rev 97943)
@@ -44,7 +44,6 @@
 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]
@@ -125,7 +124,6 @@
 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]
@@ -736,7 +734,6 @@
 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]
@@ -818,9 +815,7 @@
 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]
@@ -885,7 +880,6 @@
 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]
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to