Title: [117655] trunk/LayoutTests
Revision
117655
Author
[email protected]
Date
2012-05-18 16:28:43 -0700 (Fri, 18 May 2012)

Log Message

REGRESSION (r117640) fast/table/form-with-table and fast/forms/form-hides-table fail on Mac
https://bugs.webkit.org/show_bug.cgi?id=86920

Unreviewed. Updating expectations after r117640.

* platform/mac/fast/forms/form-hides-table-expected.txt:
* platform/mac/fast/table/form-with-table-style-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (117654 => 117655)


--- trunk/LayoutTests/ChangeLog	2012-05-18 23:20:42 UTC (rev 117654)
+++ trunk/LayoutTests/ChangeLog	2012-05-18 23:28:43 UTC (rev 117655)
@@ -1,3 +1,13 @@
+2012-05-18  Levi Weintraub  <[email protected]>
+
+        REGRESSION (r117640) fast/table/form-with-table and fast/forms/form-hides-table fail on Mac
+        https://bugs.webkit.org/show_bug.cgi?id=86920
+
+        Unreviewed. Updating expectations after r117640.
+
+        * platform/mac/fast/forms/form-hides-table-expected.txt:
+        * platform/mac/fast/table/form-with-table-style-expected.txt:
+
 2012-05-18  Raphael Kubo da Costa  <[email protected]>
 
         [EFL] More random gardening.

Modified: trunk/LayoutTests/platform/mac/fast/forms/form-hides-table-expected.txt (117654 => 117655)


--- trunk/LayoutTests/platform/mac/fast/forms/form-hides-table-expected.txt	2012-05-18 23:20:42 UTC (rev 117654)
+++ trunk/LayoutTests/platform/mac/fast/forms/form-hides-table-expected.txt	2012-05-18 23:28:43 UTC (rev 117655)
@@ -150,7 +150,8 @@
         RenderTable at (0,0) size 0x0
           RenderTableCol {DIV} at (0,0) size 0x0
       RenderBlock {DIV} at (0,566) size 769x0
-        RenderTableCol {DIV} at (0,0) size 0x0
+        RenderTable at (0,0) size 0x0
+          RenderTableCol {DIV} at (0,0) size 0x0
       RenderBlock {DIV} at (0,566) size 769x40
         RenderTable at (0,0) size 116x40
           RenderTableSection (anonymous) at (0,0) size 116x40

Modified: trunk/LayoutTests/platform/mac/fast/table/form-with-table-style-expected.txt (117654 => 117655)


--- trunk/LayoutTests/platform/mac/fast/table/form-with-table-style-expected.txt	2012-05-18 23:20:42 UTC (rev 117654)
+++ trunk/LayoutTests/platform/mac/fast/table/form-with-table-style-expected.txt	2012-05-18 23:28:43 UTC (rev 117655)
@@ -85,15 +85,16 @@
         RenderTable at (0,0) size 0x0
           RenderTableCol {FORM} at (0,0) size 0x0
       RenderBlock {DIV} at (0,396) size 784x0
-        RenderTableCol {FORM} at (0,0) size 0x0
-      RenderBlock {DIV} at (0,412) size 784x18
+        RenderTable at (0,0) size 0x0
+          RenderTableCol {FORM} at (0,0) size 0x0
+      RenderBlock {DIV} at (0,396) size 784x18
         RenderTable at (0,0) size 110x18
           RenderTableSection (anonymous) at (0,0) size 110x18
             RenderTableRow (anonymous) at (0,0) size 110x18
               RenderTableCell {FORM} at (0,0) size 110x18 [r=0 c=0 rs=1 cs=1]
                 RenderText {#text} at (0,0) size 110x18
                   text run at (0,0) width 110: "display: table-cell"
-      RenderBlock {DIV} at (0,430) size 784x70
+      RenderBlock {DIV} at (0,414) size 784x70
         RenderTable at (0,0) size 49x70
           RenderBlock {FORM} at (0,0) size 49x54
             RenderText {#text} at (0,0) size 49x54
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to