Title: [94547] trunk/LayoutTests
Revision
94547
Author
[email protected]
Date
2011-09-05 19:38:34 -0700 (Mon, 05 Sep 2011)

Log Message

Unreviewed. Qt rebaselines for r94543.

* platform/qt/fast/css-generated-content/table-before-after-child-add-expected.txt:
* platform/qt/fast/css-generated-content/table-cell-before-after-child-add-expected.txt:
* platform/qt/fast/css-generated-content/table-row-before-after-child-add-expected.txt:
* platform/qt/fast/css-generated-content/table-table-before-after-child-add-expected.txt:
* platform/qt/fast/ruby/ruby-block-style-not-updated-expected.txt: Added.
* platform/qt/fast/ruby/ruby-block-style-not-updated-with-before-after-content-expected.txt: Added.
* platform/qt/fast/ruby/ruby-inline-style-not-updated-expected.txt: Added.
* platform/qt/fast/ruby/ruby-inline-style-not-updated-with-before-after-content-expected.txt: Added.
* platform/qt/fast/table/table-after-child-in-table-expected.txt:
* platform/qt/fast/table/table-before-child-in-table-expected.txt:
* platform/qt/fast/table/table-cell-after-child-in-table-expected.txt:
* platform/qt/fast/table/table-cell-before-child-in-table-expected.txt:
* platform/qt/fast/table/table-row-after-child-in-table-expected.txt:
* platform/qt/fast/table/table-row-before-child-in-table-expected.txt:
* platform/qt/fast/table/table-row-style-not-updated-expected.txt: Added.
* platform/qt/fast/table/table-row-style-not-updated-with-after-content-expected.txt: Added.
* platform/qt/fast/table/table-row-style-not-updated-with-before-content-expected.txt: Added.
* platform/qt/fast/table/table-style-not-updated-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (94546 => 94547)


--- trunk/LayoutTests/ChangeLog	2011-09-06 02:13:09 UTC (rev 94546)
+++ trunk/LayoutTests/ChangeLog	2011-09-06 02:38:34 UTC (rev 94547)
@@ -1,5 +1,28 @@
 2011-09-05  Abhishek Arya  <[email protected]>
 
+        Unreviewed. Qt rebaselines for r94543.
+
+        * platform/qt/fast/css-generated-content/table-before-after-child-add-expected.txt:
+        * platform/qt/fast/css-generated-content/table-cell-before-after-child-add-expected.txt:
+        * platform/qt/fast/css-generated-content/table-row-before-after-child-add-expected.txt:
+        * platform/qt/fast/css-generated-content/table-table-before-after-child-add-expected.txt:
+        * platform/qt/fast/ruby/ruby-block-style-not-updated-expected.txt: Added.
+        * platform/qt/fast/ruby/ruby-block-style-not-updated-with-before-after-content-expected.txt: Added.
+        * platform/qt/fast/ruby/ruby-inline-style-not-updated-expected.txt: Added.
+        * platform/qt/fast/ruby/ruby-inline-style-not-updated-with-before-after-content-expected.txt: Added.
+        * platform/qt/fast/table/table-after-child-in-table-expected.txt:
+        * platform/qt/fast/table/table-before-child-in-table-expected.txt:
+        * platform/qt/fast/table/table-cell-after-child-in-table-expected.txt:
+        * platform/qt/fast/table/table-cell-before-child-in-table-expected.txt:
+        * platform/qt/fast/table/table-row-after-child-in-table-expected.txt:
+        * platform/qt/fast/table/table-row-before-child-in-table-expected.txt:
+        * platform/qt/fast/table/table-row-style-not-updated-expected.txt: Added.
+        * platform/qt/fast/table/table-row-style-not-updated-with-after-content-expected.txt: Added.
+        * platform/qt/fast/table/table-row-style-not-updated-with-before-content-expected.txt: Added.
+        * platform/qt/fast/table/table-style-not-updated-expected.txt: Added.
+
+2011-09-05  Abhishek Arya  <[email protected]>
+
         Unreviewed. Rebaselines for r94541.
 
         * platform/qt/fast/multicol/span/anonymous-split-block-crash-expected.txt:

Modified: trunk/LayoutTests/platform/qt/fast/css-generated-content/table-before-after-child-add-expected.txt (94546 => 94547)


--- trunk/LayoutTests/platform/qt/fast/css-generated-content/table-before-after-child-add-expected.txt	2011-09-06 02:13:09 UTC (rev 94546)
+++ trunk/LayoutTests/platform/qt/fast/css-generated-content/table-before-after-child-add-expected.txt	2011-09-06 02:38:34 UTC (rev 94547)
@@ -7,18 +7,18 @@
         RenderText {#text} at (0,0) size 391x22
           text run at (0,0) width 391: "Should say \x{201C}BEFORE CONTENT AFTER CONTENT\x{201D}"
       RenderTable {DIV} at (0,38) size 81x66
-        RenderTableSection (anonymous) at (0,0) size 81x66 [color=#000000]
+        RenderTableSection (anonymous) at (0,0) size 81x66
           RenderTableRow (anonymous) at (0,0) size 81x66
             RenderTableCell (anonymous) at (0,0) size 81x66 [r=0 c=0 rs=1 cs=1]
               RenderBlock (anonymous) at (0,0) size 81x22
-                RenderInline (generated) at (0,0) size 67x22 [color=#FF0000]
+                RenderInline (generated) at (0,0) size 67x22
                   RenderText at (0,0) size 67x22
                     text run at (0,0) width 67: "BEFORE"
-              RenderBlock {DIV} at (0,22) size 81x22 [color=#FF0000]
+              RenderBlock {DIV} at (0,22) size 81x22
                 RenderText {#text} at (0,0) size 81x22
                   text run at (0,0) width 81: "CONTENT"
               RenderBlock (anonymous) at (0,44) size 81x22
-                RenderInline (generated) at (0,0) size 56x22 [color=#FF0000]
+                RenderInline (generated) at (0,0) size 56x22
                   RenderText at (0,0) size 56x22
                     text run at (0,0) width 56: "AFTER"
       RenderBlock (anonymous) at (0,104) size 784x22

Modified: trunk/LayoutTests/platform/qt/fast/css-generated-content/table-cell-before-after-child-add-expected.txt (94546 => 94547)


--- trunk/LayoutTests/platform/qt/fast/css-generated-content/table-cell-before-after-child-add-expected.txt	2011-09-06 02:13:09 UTC (rev 94546)
+++ trunk/LayoutTests/platform/qt/fast/css-generated-content/table-cell-before-after-child-add-expected.txt	2011-09-06 02:38:34 UTC (rev 94547)
@@ -7,16 +7,16 @@
         RenderText {#text} at (0,0) size 391x22
           text run at (0,0) width 391: "Should say \x{201C}BEFORE CONTENT AFTER CONTENT\x{201D}"
       RenderTable {DIV} at (0,38) size 204x22
-        RenderTableSection (anonymous) at (0,0) size 204x22 [color=#000000]
+        RenderTableSection (anonymous) at (0,0) size 204x22
           RenderTableRow (anonymous) at (0,0) size 204x22
-            RenderTableCell (anonymous) at (0,0) size 67x22 [color=#FF0000] [r=0 c=0 rs=1 cs=1]
+            RenderTableCell (anonymous) at (0,0) size 67x22 [r=0 c=0 rs=1 cs=1]
               RenderText at (0,0) size 67x22
                 text run at (0,0) width 67: "BEFORE"
             RenderTableCell (anonymous) at (67,0) size 81x22 [r=0 c=1 rs=1 cs=1]
-              RenderBlock {DIV} at (0,0) size 81x22 [color=#FF0000]
+              RenderBlock {DIV} at (0,0) size 81x22
                 RenderText {#text} at (0,0) size 81x22
                   text run at (0,0) width 81: "CONTENT"
-            RenderTableCell (anonymous) at (148,0) size 56x22 [color=#FF0000] [r=0 c=2 rs=1 cs=1]
+            RenderTableCell (anonymous) at (148,0) size 56x22 [r=0 c=2 rs=1 cs=1]
               RenderText at (0,0) size 56x22
                 text run at (0,0) width 56: "AFTER"
       RenderBlock (anonymous) at (0,60) size 784x22

Modified: trunk/LayoutTests/platform/qt/fast/css-generated-content/table-row-before-after-child-add-expected.txt (94546 => 94547)


--- trunk/LayoutTests/platform/qt/fast/css-generated-content/table-row-before-after-child-add-expected.txt	2011-09-06 02:13:09 UTC (rev 94546)
+++ trunk/LayoutTests/platform/qt/fast/css-generated-content/table-row-before-after-child-add-expected.txt	2011-09-06 02:38:34 UTC (rev 94547)
@@ -7,17 +7,17 @@
         RenderText {#text} at (0,0) size 391x22
           text run at (0,0) width 391: "Should say \x{201C}BEFORE CONTENT AFTER CONTENT\x{201D}"
       RenderTable {DIV} at (0,38) size 81x66
-        RenderTableSection (anonymous) at (0,0) size 81x66 [color=#000000]
-          RenderTableRow (anonymous) at (0,0) size 81x22 [color=#FF0000]
+        RenderTableSection (anonymous) at (0,0) size 81x66
+          RenderTableRow (anonymous) at (0,0) size 81x22
             RenderTableCell (anonymous) at (0,0) size 81x22 [r=0 c=0 rs=1 cs=1]
               RenderText at (0,0) size 67x22
                 text run at (0,0) width 67: "BEFORE"
           RenderTableRow (anonymous) at (0,22) size 81x22
             RenderTableCell (anonymous) at (0,22) size 81x22 [r=1 c=0 rs=1 cs=1]
-              RenderBlock {DIV} at (0,0) size 81x22 [color=#FF0000]
+              RenderBlock {DIV} at (0,0) size 81x22
                 RenderText {#text} at (0,0) size 81x22
                   text run at (0,0) width 81: "CONTENT"
-          RenderTableRow (anonymous) at (0,44) size 81x22 [color=#FF0000]
+          RenderTableRow (anonymous) at (0,44) size 81x22
             RenderTableCell (anonymous) at (0,44) size 81x22 [r=2 c=0 rs=1 cs=1]
               RenderText at (0,0) size 56x22
                 text run at (0,0) width 56: "AFTER"

Modified: trunk/LayoutTests/platform/qt/fast/css-generated-content/table-table-before-after-child-add-expected.txt (94546 => 94547)


--- trunk/LayoutTests/platform/qt/fast/css-generated-content/table-table-before-after-child-add-expected.txt	2011-09-06 02:13:09 UTC (rev 94546)
+++ trunk/LayoutTests/platform/qt/fast/css-generated-content/table-table-before-after-child-add-expected.txt	2011-09-06 02:38:34 UTC (rev 94547)
@@ -7,19 +7,19 @@
         RenderText {#text} at (0,0) size 391x22
           text run at (0,0) width 391: "Should say \x{201C}BEFORE CONTENT AFTER CONTENT\x{201D}"
       RenderTable {DIV} at (0,38) size 81x66
-        RenderTableSection (anonymous) at (0,0) size 81x66 [color=#000000]
+        RenderTableSection (anonymous) at (0,0) size 81x66
           RenderTableRow (anonymous) at (0,0) size 81x66
             RenderTableCell (anonymous) at (0,0) size 81x66 [r=0 c=0 rs=1 cs=1]
-              RenderTable at (0,0) size 67x22 [color=#FF0000]
+              RenderTable at (0,0) size 67x22
                 RenderTableSection (anonymous) at (0,0) size 67x22
                   RenderTableRow (anonymous) at (0,0) size 67x22
                     RenderTableCell (anonymous) at (0,0) size 67x22 [r=0 c=0 rs=1 cs=1]
                       RenderText at (0,0) size 67x22
                         text run at (0,0) width 67: "BEFORE"
-              RenderBlock {DIV} at (0,22) size 81x22 [color=#FF0000]
+              RenderBlock {DIV} at (0,22) size 81x22
                 RenderText {#text} at (0,0) size 81x22
                   text run at (0,0) width 81: "CONTENT"
-              RenderTable at (0,44) size 56x22 [color=#FF0000]
+              RenderTable at (0,44) size 56x22
                 RenderTableSection (anonymous) at (0,0) size 56x22
                   RenderTableRow (anonymous) at (0,0) size 56x22
                     RenderTableCell (anonymous) at (0,0) size 56x22 [r=0 c=0 rs=1 cs=1]

Added: trunk/LayoutTests/platform/qt/fast/ruby/ruby-block-style-not-updated-expected.txt (0 => 94547)


--- trunk/LayoutTests/platform/qt/fast/ruby/ruby-block-style-not-updated-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/qt/fast/ruby/ruby-block-style-not-updated-expected.txt	2011-09-06 02:38:34 UTC (rev 94547)
@@ -0,0 +1,13 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderRuby (block) {RUBY} at (0,0) size 784x128 [color=#0000FF]
+        RenderRubyRun (anonymous) at (0,0) size 512x128
+          RenderRubyBase (anonymous) at (0,0) size 512x128
+            RenderText {#text} at (0,0) size 512x129
+              text run at (0,0) width 512: "ABCD"
+      RenderBlock {DIV} at (0,128) size 784x128 [color=#008000]
+        RenderText {#text} at (0,0) size 512x129
+          text run at (0,0) width 512: "EFGH"

Added: trunk/LayoutTests/platform/qt/fast/ruby/ruby-block-style-not-updated-with-before-after-content-expected.txt (0 => 94547)


--- trunk/LayoutTests/platform/qt/fast/ruby/ruby-block-style-not-updated-with-before-after-content-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/qt/fast/ruby/ruby-block-style-not-updated-with-before-after-content-expected.txt	2011-09-06 02:38:34 UTC (rev 94547)
@@ -0,0 +1,19 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderRuby (block) {RUBY} at (0,0) size 784x384 [color=#0000FF]
+        RenderInline (generated) at (0,0) size 512x129 [color=#FFA500]
+          RenderText at (0,0) size 512x129
+            text run at (0,0) width 512: "1234"
+        RenderRubyRun (anonymous) at (0,128) size 512x128
+          RenderRubyBase (anonymous) at (0,0) size 512x128
+            RenderText {#text} at (0,0) size 512x129
+              text run at (0,0) width 512: "ABCD"
+        RenderInline (generated) at (0,0) size 512x129 [color=#FFFF00]
+          RenderText at (0,256) size 512x129
+            text run at (0,256) width 512: "4578"
+      RenderBlock {DIV} at (0,384) size 784x128 [color=#008000]
+        RenderText {#text} at (0,0) size 512x129
+          text run at (0,0) width 512: "EFGH"

Added: trunk/LayoutTests/platform/qt/fast/ruby/ruby-inline-style-not-updated-expected.txt (0 => 94547)


--- trunk/LayoutTests/platform/qt/fast/ruby/ruby-inline-style-not-updated-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/qt/fast/ruby/ruby-inline-style-not-updated-expected.txt	2011-09-06 02:38:34 UTC (rev 94547)
@@ -0,0 +1,15 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderBlock (anonymous) at (0,0) size 784x128
+        RenderRuby (inline) {RUBY} at (0,0) size 512x129 [color=#0000FF]
+          RenderRubyRun (anonymous) at (0,0) size 512x128
+            RenderRubyBase (anonymous) at (0,0) size 512x128
+              RenderText {#text} at (0,0) size 512x129
+                text run at (0,0) width 512: "ABCD"
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {DIV} at (0,128) size 784x128 [color=#008000]
+        RenderText {#text} at (0,0) size 512x129
+          text run at (0,0) width 512: "EFGH"

Added: trunk/LayoutTests/platform/qt/fast/ruby/ruby-inline-style-not-updated-with-before-after-content-expected.txt (0 => 94547)


--- trunk/LayoutTests/platform/qt/fast/ruby/ruby-inline-style-not-updated-with-before-after-content-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/qt/fast/ruby/ruby-inline-style-not-updated-with-before-after-content-expected.txt	2011-09-06 02:38:34 UTC (rev 94547)
@@ -0,0 +1,21 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderBlock (anonymous) at (0,0) size 784x384
+        RenderRuby (inline) {RUBY} at (0,0) size 512x385 [color=#0000FF]
+          RenderInline (generated) at (0,0) size 512x129 [color=#FFA500]
+            RenderText at (0,0) size 512x129
+              text run at (0,0) width 512: "1234"
+          RenderRubyRun (anonymous) at (0,128) size 512x128
+            RenderRubyBase (anonymous) at (0,0) size 512x128
+              RenderText {#text} at (0,0) size 512x129
+                text run at (0,0) width 512: "ABCD"
+          RenderInline (generated) at (0,0) size 512x129 [color=#FFFF00]
+            RenderText at (0,256) size 512x129
+              text run at (0,256) width 512: "4578"
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {DIV} at (0,384) size 784x128 [color=#008000]
+        RenderText {#text} at (0,0) size 512x129
+          text run at (0,0) width 512: "EFGH"

Modified: trunk/LayoutTests/platform/qt/fast/table/table-after-child-in-table-expected.txt (94546 => 94547)


--- trunk/LayoutTests/platform/qt/fast/table/table-after-child-in-table-expected.txt	2011-09-06 02:13:09 UTC (rev 94546)
+++ trunk/LayoutTests/platform/qt/fast/table/table-after-child-in-table-expected.txt	2011-09-06 02:38:34 UTC (rev 94547)
@@ -4,14 +4,14 @@
   RenderBlock {HTML} at (0,0) size 800x600
     RenderBody {BODY} at (8,8) size 784x584
       RenderTable {DIV} at (0,0) size 132x120 [color=#FF0000] [border: (3px solid #008000)]
-        RenderTableSection (anonymous) at (19,19) size 94x82 [color=#000000]
+        RenderTableSection (anonymous) at (19,19) size 94x82
           RenderTableRow (anonymous) at (0,0) size 94x82
             RenderTableCell (anonymous) at (0,0) size 94x82 [r=0 c=0 rs=1 cs=1]
               RenderBlock (anonymous) at (0,0) size 94x22
-                RenderInline {SPAN} at (0,0) size 81x22 [color=#FF0000]
+                RenderInline {SPAN} at (0,0) size 81x22
                   RenderText {#text} at (0,0) size 81x22
                     text run at (0,0) width 81: "CONTENT"
-              RenderTable at (0,22) size 94x60 [color=#FF0000] [border: (3px solid #0000FF)]
+              RenderTable at (0,22) size 94x60 [border: (3px solid #0000FF)]
                 RenderTableSection (anonymous) at (19,19) size 56x22
                   RenderTableRow (anonymous) at (0,0) size 56x22
                     RenderTableCell (anonymous) at (0,0) size 56x22 [r=0 c=0 rs=1 cs=1]

Modified: trunk/LayoutTests/platform/qt/fast/table/table-before-child-in-table-expected.txt (94546 => 94547)


--- trunk/LayoutTests/platform/qt/fast/table/table-before-child-in-table-expected.txt	2011-09-06 02:13:09 UTC (rev 94546)
+++ trunk/LayoutTests/platform/qt/fast/table/table-before-child-in-table-expected.txt	2011-09-06 02:38:34 UTC (rev 94547)
@@ -4,16 +4,16 @@
   RenderBlock {HTML} at (0,0) size 800x600
     RenderBody {BODY} at (8,8) size 784x584
       RenderTable {DIV} at (0,0) size 143x120 [color=#FF0000] [border: (3px solid #008000)]
-        RenderTableSection (anonymous) at (19,19) size 105x82 [color=#000000]
+        RenderTableSection (anonymous) at (19,19) size 105x82
           RenderTableRow (anonymous) at (0,0) size 105x82
             RenderTableCell (anonymous) at (0,0) size 105x82 [r=0 c=0 rs=1 cs=1]
-              RenderTable at (0,0) size 105x60 [color=#FF0000] [border: (3px solid #0000FF)]
+              RenderTable at (0,0) size 105x60 [border: (3px solid #0000FF)]
                 RenderTableSection (anonymous) at (19,19) size 67x22
                   RenderTableRow (anonymous) at (0,0) size 67x22
                     RenderTableCell (anonymous) at (0,0) size 67x22 [r=0 c=0 rs=1 cs=1]
                       RenderText at (0,0) size 67x22
                         text run at (0,0) width 67: "BEFORE"
               RenderBlock (anonymous) at (0,60) size 105x22
-                RenderInline {SPAN} at (0,0) size 81x22 [color=#FF0000]
+                RenderInline {SPAN} at (0,0) size 81x22
                   RenderText {#text} at (0,0) size 81x22
                     text run at (0,0) width 81: "CONTENT"

Modified: trunk/LayoutTests/platform/qt/fast/table/table-cell-after-child-in-table-expected.txt (94546 => 94547)


--- trunk/LayoutTests/platform/qt/fast/table/table-cell-after-child-in-table-expected.txt	2011-09-06 02:13:09 UTC (rev 94546)
+++ trunk/LayoutTests/platform/qt/fast/table/table-cell-after-child-in-table-expected.txt	2011-09-06 02:38:34 UTC (rev 94547)
@@ -4,12 +4,12 @@
   RenderBlock {HTML} at (0,0) size 800x600
     RenderBody {BODY} at (8,8) size 784x584
       RenderTable {DIV} at (0,0) size 213x98 [color=#FF0000] [border: (3px solid #008000)]
-        RenderTableSection (anonymous) at (19,19) size 175x60 [color=#000000]
+        RenderTableSection (anonymous) at (19,19) size 175x60
           RenderTableRow (anonymous) at (0,0) size 175x60
             RenderTableCell (anonymous) at (0,19) size 81x22 [r=0 c=0 rs=1 cs=1]
-              RenderInline {SPAN} at (0,0) size 81x22 [color=#FF0000]
+              RenderInline {SPAN} at (0,0) size 81x22
                 RenderText {#text} at (0,0) size 81x22
                   text run at (0,0) width 81: "CONTENT"
-            RenderTableCell (anonymous) at (81,0) size 94x60 [color=#FF0000] [border: (3px solid #0000FF)] [r=0 c=1 rs=1 cs=1]
+            RenderTableCell (anonymous) at (81,0) size 94x60 [border: (3px solid #0000FF)] [r=0 c=1 rs=1 cs=1]
               RenderText at (19,19) size 56x22
                 text run at (19,19) width 56: "AFTER"

Modified: trunk/LayoutTests/platform/qt/fast/table/table-cell-before-child-in-table-expected.txt (94546 => 94547)


--- trunk/LayoutTests/platform/qt/fast/table/table-cell-before-child-in-table-expected.txt	2011-09-06 02:13:09 UTC (rev 94546)
+++ trunk/LayoutTests/platform/qt/fast/table/table-cell-before-child-in-table-expected.txt	2011-09-06 02:38:34 UTC (rev 94547)
@@ -4,12 +4,12 @@
   RenderBlock {HTML} at (0,0) size 800x600
     RenderBody {BODY} at (8,8) size 784x584
       RenderTable {DIV} at (0,0) size 224x98 [color=#FF0000] [border: (3px solid #008000)]
-        RenderTableSection (anonymous) at (19,19) size 186x60 [color=#000000]
+        RenderTableSection (anonymous) at (19,19) size 186x60
           RenderTableRow (anonymous) at (0,0) size 186x60
-            RenderTableCell (anonymous) at (0,0) size 105x60 [color=#FF0000] [border: (3px solid #0000FF)] [r=0 c=0 rs=1 cs=1]
+            RenderTableCell (anonymous) at (0,0) size 105x60 [border: (3px solid #0000FF)] [r=0 c=0 rs=1 cs=1]
               RenderText at (19,19) size 67x22
                 text run at (19,19) width 67: "BEFORE"
             RenderTableCell (anonymous) at (105,19) size 81x22 [r=0 c=1 rs=1 cs=1]
-              RenderInline {SPAN} at (0,0) size 81x22 [color=#FF0000]
+              RenderInline {SPAN} at (0,0) size 81x22
                 RenderText {#text} at (0,0) size 81x22
                   text run at (0,0) width 81: "CONTENT"

Modified: trunk/LayoutTests/platform/qt/fast/table/table-row-after-child-in-table-expected.txt (94546 => 94547)


--- trunk/LayoutTests/platform/qt/fast/table/table-row-after-child-in-table-expected.txt	2011-09-06 02:13:09 UTC (rev 94546)
+++ trunk/LayoutTests/platform/qt/fast/table/table-row-after-child-in-table-expected.txt	2011-09-06 02:38:34 UTC (rev 94547)
@@ -4,13 +4,13 @@
   RenderBlock {HTML} at (0,0) size 800x600
     RenderBody {BODY} at (8,8) size 784x584
       RenderTable {DIV} at (0,0) size 119x82 [color=#FF0000] [border: (3px solid #008000)]
-        RenderTableSection (anonymous) at (19,19) size 81x44 [color=#000000]
+        RenderTableSection (anonymous) at (19,19) size 81x44
           RenderTableRow (anonymous) at (0,0) size 81x22
             RenderTableCell (anonymous) at (0,0) size 81x22 [r=0 c=0 rs=1 cs=1]
-              RenderInline {SPAN} at (0,0) size 81x22 [color=#FF0000]
+              RenderInline {SPAN} at (0,0) size 81x22
                 RenderText {#text} at (0,0) size 81x22
                   text run at (0,0) width 81: "CONTENT"
-          RenderTableRow (anonymous) at (0,22) size 81x22 [color=#FF0000] [border: (3px solid #0000FF)]
+          RenderTableRow (anonymous) at (0,22) size 81x22 [border: (3px solid #0000FF)]
             RenderTableCell (anonymous) at (0,22) size 81x22 [r=1 c=0 rs=1 cs=1]
               RenderText at (0,0) size 56x22
                 text run at (0,0) width 56: "AFTER"

Modified: trunk/LayoutTests/platform/qt/fast/table/table-row-before-child-in-table-expected.txt (94546 => 94547)


--- trunk/LayoutTests/platform/qt/fast/table/table-row-before-child-in-table-expected.txt	2011-09-06 02:13:09 UTC (rev 94546)
+++ trunk/LayoutTests/platform/qt/fast/table/table-row-before-child-in-table-expected.txt	2011-09-06 02:38:34 UTC (rev 94547)
@@ -4,13 +4,13 @@
   RenderBlock {HTML} at (0,0) size 800x600
     RenderBody {BODY} at (8,8) size 784x584
       RenderTable {DIV} at (0,0) size 119x82 [color=#FF0000] [border: (3px solid #008000)]
-        RenderTableSection (anonymous) at (19,19) size 81x44 [color=#000000]
-          RenderTableRow (anonymous) at (0,0) size 81x22 [color=#FF0000] [border: (3px solid #0000FF)]
+        RenderTableSection (anonymous) at (19,19) size 81x44
+          RenderTableRow (anonymous) at (0,0) size 81x22 [border: (3px solid #0000FF)]
             RenderTableCell (anonymous) at (0,0) size 81x22 [r=0 c=0 rs=1 cs=1]
               RenderText at (0,0) size 67x22
                 text run at (0,0) width 67: "BEFORE"
           RenderTableRow (anonymous) at (0,22) size 81x22
             RenderTableCell (anonymous) at (0,22) size 81x22 [r=1 c=0 rs=1 cs=1]
-              RenderInline {SPAN} at (0,0) size 81x22 [color=#FF0000]
+              RenderInline {SPAN} at (0,0) size 81x22
                 RenderText {#text} at (0,0) size 81x22
                   text run at (0,0) width 81: "CONTENT"

Added: trunk/LayoutTests/platform/qt/fast/table/table-row-style-not-updated-expected.txt (0 => 94547)


--- trunk/LayoutTests/platform/qt/fast/table/table-row-style-not-updated-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/qt/fast/table/table-row-style-not-updated-expected.txt	2011-09-06 02:38:34 UTC (rev 94547)
@@ -0,0 +1,14 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderTable at (0,0) size 512x128
+        RenderTableSection (anonymous) at (0,0) size 512x128
+          RenderTableRow {DIV} at (0,0) size 512x128 [color=#0000FF]
+            RenderTableCell (anonymous) at (0,0) size 512x128 [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (0,0) size 512x129
+                text run at (0,0) width 512: "ABCD"
+      RenderBlock {DIV} at (0,128) size 784x128 [color=#008000]
+        RenderText {#text} at (0,0) size 512x129
+          text run at (0,0) width 512: "EFGH"

Added: trunk/LayoutTests/platform/qt/fast/table/table-row-style-not-updated-with-after-content-expected.txt (0 => 94547)


--- trunk/LayoutTests/platform/qt/fast/table/table-row-style-not-updated-with-after-content-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/qt/fast/table/table-row-style-not-updated-with-after-content-expected.txt	2011-09-06 02:38:34 UTC (rev 94547)
@@ -0,0 +1,21 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderTable at (0,0) size 512x256
+        RenderTableSection (anonymous) at (0,0) size 512x256
+          RenderTableRow {DIV} at (0,0) size 512x256 [color=#0000FF]
+            RenderTableCell (anonymous) at (0,0) size 512x256 [r=0 c=0 rs=1 cs=1]
+              RenderBlock (anonymous) at (0,0) size 512x128
+                RenderText {#text} at (0,0) size 512x129
+                  text run at (0,0) width 512: "ABCD"
+              RenderTable at (0,128) size 512x128
+                RenderTableSection (anonymous) at (0,0) size 512x128
+                  RenderTableRow (anonymous) at (0,0) size 512x128 [color=#FFFF00]
+                    RenderTableCell (anonymous) at (0,0) size 512x128 [r=0 c=0 rs=1 cs=1]
+                      RenderText at (0,0) size 512x129
+                        text run at (0,0) width 512: "4578"
+      RenderBlock {DIV} at (0,256) size 784x128 [color=#008000]
+        RenderText {#text} at (0,0) size 512x129
+          text run at (0,0) width 512: "EFGH"

Added: trunk/LayoutTests/platform/qt/fast/table/table-row-style-not-updated-with-before-content-expected.txt (0 => 94547)


--- trunk/LayoutTests/platform/qt/fast/table/table-row-style-not-updated-with-before-content-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/qt/fast/table/table-row-style-not-updated-with-before-content-expected.txt	2011-09-06 02:38:34 UTC (rev 94547)
@@ -0,0 +1,21 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderTable at (0,0) size 512x256
+        RenderTableSection (anonymous) at (0,0) size 512x256
+          RenderTableRow {DIV} at (0,0) size 512x256 [color=#0000FF]
+            RenderTableCell (anonymous) at (0,0) size 512x256 [r=0 c=0 rs=1 cs=1]
+              RenderTable at (0,0) size 512x128
+                RenderTableSection (anonymous) at (0,0) size 512x128
+                  RenderTableRow (anonymous) at (0,0) size 512x128 [color=#FFA500]
+                    RenderTableCell (anonymous) at (0,0) size 512x128 [r=0 c=0 rs=1 cs=1]
+                      RenderText at (0,0) size 512x129
+                        text run at (0,0) width 512: "1234"
+              RenderBlock (anonymous) at (0,128) size 512x128
+                RenderText {#text} at (0,0) size 512x129
+                  text run at (0,0) width 512: "ABCD"
+      RenderBlock {DIV} at (0,256) size 784x128 [color=#008000]
+        RenderText {#text} at (0,0) size 512x129
+          text run at (0,0) width 512: "EFGH"

Added: trunk/LayoutTests/platform/qt/fast/table/table-style-not-updated-expected.txt (0 => 94547)


--- trunk/LayoutTests/platform/qt/fast/table/table-style-not-updated-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/qt/fast/table/table-style-not-updated-expected.txt	2011-09-06 02:38:34 UTC (rev 94547)
@@ -0,0 +1,14 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderTable {DIV} at (0,0) size 512x128 [color=#0000FF]
+        RenderTableSection (anonymous) at (0,0) size 512x128
+          RenderTableRow (anonymous) at (0,0) size 512x128
+            RenderTableCell (anonymous) at (0,0) size 512x128 [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (0,0) size 512x129
+                text run at (0,0) width 512: "ABCD"
+      RenderBlock {DIV} at (0,128) size 784x128 [color=#008000]
+        RenderText {#text} at (0,0) size 512x129
+          text run at (0,0) width 512: "EFGH"
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to