Title: [113592] trunk/LayoutTests
Revision
113592
Author
[email protected]
Date
2012-04-09 10:37:25 -0700 (Mon, 09 Apr 2012)

Log Message

Fix layout test for r113584 on Qt and Mac

Unreviewed.

* fast/css/align-positioned-object-on-resize.html:
  Use layoutTestController.display() so that window.resizeTo() is honoured on all DRTs.
* platform/qt/Skipped: Unskip the above test.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (113591 => 113592)


--- trunk/LayoutTests/ChangeLog	2012-04-09 17:36:53 UTC (rev 113591)
+++ trunk/LayoutTests/ChangeLog	2012-04-09 17:37:25 UTC (rev 113592)
@@ -1,3 +1,13 @@
+2012-04-09  Robert Hogan  <[email protected]>
+
+        Fix layout test for r113584 on Qt and Mac
+
+        Unreviewed.
+
+        * fast/css/align-positioned-object-on-resize.html:
+          Use layoutTestController.display() so that window.resizeTo() is honoured on all DRTs.
+        * platform/qt/Skipped: Unskip the above test.
+
 2012-04-09  Bill Budge  <[email protected]>
 
         Cross-origin preflight request should not include credentials.

Modified: trunk/LayoutTests/fast/css/align-positioned-object-on-resize.html (113591 => 113592)


--- trunk/LayoutTests/fast/css/align-positioned-object-on-resize.html	2012-04-09 17:36:53 UTC (rev 113591)
+++ trunk/LayoutTests/fast/css/align-positioned-object-on-resize.html	2012-04-09 17:37:25 UTC (rev 113592)
@@ -9,6 +9,7 @@
     </style>
     <script>
     if (window.layoutTestController) {
+        layoutTestController.display();
         layoutTestController.waitUntilDone();
         layoutTestController.dumpAsText();
     }

Modified: trunk/LayoutTests/platform/qt/Skipped (113591 => 113592)


--- trunk/LayoutTests/platform/qt/Skipped	2012-04-09 17:36:53 UTC (rev 113591)
+++ trunk/LayoutTests/platform/qt/Skipped	2012-04-09 17:37:25 UTC (rev 113592)
@@ -2576,8 +2576,3 @@
 # [Qt] REGRESSION(r113138 ): It made fast/workers/worker-multi-startup.html crash on 32 bit
 # https://bugs.webkit.org/show_bug.cgi?id=83133
 fast/workers/worker-multi-startup.html
-
-# https://bugs.webkit.org/show_bug.cgi?id=77754
-# window.resizeTo() does not work properly in Qt DRT. The outerWidth changes after a resizeTo()
-# but not the innerWidth
-fast/css/align-positioned-object-on-resize.html
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to