Title: [113598] trunk/LayoutTests
Revision
113598
Author
[email protected]
Date
2012-04-09 11:29:02 -0700 (Mon, 09 Apr 2012)

Log Message

Skip fast/css/align-positioned-object-on-resize.html on Mac platforms.
window.resizeTo() doesn't behave as expected in Mac DRT.

Unreviewed.

* platform/mac/Skipped:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (113597 => 113598)


--- trunk/LayoutTests/ChangeLog	2012-04-09 18:21:05 UTC (rev 113597)
+++ trunk/LayoutTests/ChangeLog	2012-04-09 18:29:02 UTC (rev 113598)
@@ -1,3 +1,12 @@
+2012-04-09  Robert Hogan  <[email protected]>
+
+        Skip fast/css/align-positioned-object-on-resize.html on Mac platforms.
+        window.resizeTo() doesn't behave as expected in Mac DRT. 
+
+        Unreviewed.
+
+        * platform/mac/Skipped:
+
 2012-04-09  Jeffrey Pfau  <[email protected]>
 
         Filter files from dataTransfer.getData on Mac

Modified: trunk/LayoutTests/platform/mac/Skipped (113597 => 113598)


--- trunk/LayoutTests/platform/mac/Skipped	2012-04-09 18:21:05 UTC (rev 113597)
+++ trunk/LayoutTests/platform/mac/Skipped	2012-04-09 18:29:02 UTC (rev 113598)
@@ -777,3 +777,9 @@
 
 # https://bugs.webkit.org/show_bug.cgi?id=83427
 fast/canvas/webgl/array-message-passing.html
+
+# https://bugs.webkit.org/show_bug.cgi?id=77754
+# https://bugs.webkit.org/show_bug.cgi?id=83489
+# window.resizeTo() does not seem to work as expected in Mac DRT. The outerWidth changes after a resizeTo()
+# but not the innerWidth. The test passes on Qt, GTK and Chromium.
+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