[Webkit-unassigned] [Bug 81509] [Qt] fast/table/max-width-integer-overflow.html differs on 32- and 64-bit systems

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 19 08:02:10 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=81509


János Badics <jbadics at inf.u-szeged.hu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[Qt]                        |[Qt]
                   |fast/table/max-width-intege |fast/table/max-width-intege
                   |r-overflow-expected.html    |r-overflow.html differs on
                   |differs on 32- and 64-bit   |32- and 64-bit systems
                   |systems                     |




--- Comment #1 from János Badics <jbadics at inf.u-szeged.hu>  2012-03-19 08:02:10 PST ---
The expected.txt in r111156 works fine on 32-bit systems.
But on 64-bit systems some modifications should be made to work well:

diff --git a/LayoutTests/platform/qt/fast/table/max-width-integer-overflow-expected.txt b/LayoutTests/platform/qt/fast/table/max-width-integer-overflow-expected.txt
index 9171655..392ec4c 100644
--- a/LayoutTests/platform/qt/fast/table/max-width-integer-overflow-expected.txt
+++ b/LayoutTests/platform/qt/fast/table/max-width-integer-overflow-expected.txt
@@ -6,16 +6,16 @@ layer at (0,0) size 800x600
       RenderTable {TABLE} at (0,0) size 780x24 [bgcolor=#FF0000]
         RenderTableSection {TBODY} at (0,0) size 780x24
           RenderTableRow {TR} at (0,0) size 780x24
-            RenderTableCell {TD} at (0,0) size 770x24 [r=0 c=0 rs=1 cs=1]
-              RenderTable {TABLE} at (0,0) size 770x24
-                RenderTableSection {TBODY} at (0,0) size 770x24
-                  RenderTableRow {TR} at (0,0) size 770x24
-                    RenderTableCell {TD} at (0,0) size 770x24 [r=0 c=0 rs=1 cs=1]
-                      RenderBlock {DIV} at (0,0) size 770x24
-                        RenderTable {TABLE} at (0,0) size 770x24 [bgcolor=#008000]
-                          RenderTableSection {TBODY} at (0,0) size 770x24
-                            RenderTableRow {TR} at (0,2) size 770x20
-                              RenderTableCell {TD} at (2,11) size 762x2 [r=0 c=0 rs=1 cs=1]
-                              RenderTableCell {TD} at (766,11) size 2x2 [r=0 c=1 rs=1 cs=1]
-            RenderTableCell {TD} at (770,0) size 10x24 [r=0 c=1 rs=1 cs=1]
+            RenderTableCell {TD} at (0,0) size 780x24 [r=0 c=0 rs=1 cs=1]
+              RenderTable {TABLE} at (0,0) size 780x24
+                RenderTableSection {TBODY} at (0,0) size 780x24
+                  RenderTableRow {TR} at (0,0) size 780x24
+                    RenderTableCell {TD} at (0,0) size 780x24 [r=0 c=0 rs=1 cs=1]
+                      RenderBlock {DIV} at (0,0) size 780x24
+                        RenderTable {TABLE} at (0,0) size 780x24 [bgcolor=#008000]
+                          RenderTableSection {TBODY} at (0,0) size 780x24
+                            RenderTableRow {TR} at (0,2) size 780x20
+                              RenderTableCell {TD} at (2,11) size 772x2 [r=0 c=0 rs=1 cs=1]
+                              RenderTableCell {TD} at (776,11) size 2x2 [r=0 c=1 rs=1 cs=1]
+            RenderTableCell {TD} at (780,0) size 10x24 [r=0 c=1 rs=1 cs=1]
               RenderBlock {DIV} at (0,0) size 10x24 [bgcolor=#008000]

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list