[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.15.1-1414-gc69ee75

kenneth at webkit.org kenneth at webkit.org
Thu Oct 29 20:38:58 UTC 2009


The following commit has been merged in the webkit-1.1 branch:
commit f66c79571387ee323290056d45f47996bbecd038
Author: kenneth at webkit.org <kenneth at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Oct 5 14:08:59 2009 +0000

    [Qt] Add expected files for passing fast/table tests.
    
    Patch by Andras Becsi <becsi.andras at stud.u-szeged.hu> on 2009-10-05
    Reviewed by Ariya Hidayat.
    
    * platform/qt/fast/table/fixed-table-with-percent-inside-percent-table-expected.txt: Added.
    * platform/qt/fast/table/fixed-table-with-percent-width-inside-auto-table-expected.txt: Added.
    * platform/qt/fast/table/fixed-table-with-percent-width-inside-div-expected.txt: Added.
    * platform/qt/fast/table/fixed-table-with-percent-width-inside-extra-large-div-expected.txt: Added.
    * platform/qt/fast/table/fixed-table-with-percent-width-inside-fixed-width-table-expected.txt: Added.
    * platform/qt/fast/table/fixed-table-with-small-percent-width-expected.txt: Added.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49093 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index ca8c05e..a1e7a39 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,16 @@
+2009-10-05  Andras Becsi  <becsi.andras at stud.u-szeged.hu>
+
+        Reviewed by Ariya Hidayat.
+
+        [Qt] Add expected files for passing fast/table tests.
+
+        * platform/qt/fast/table/fixed-table-with-percent-inside-percent-table-expected.txt: Added.
+        * platform/qt/fast/table/fixed-table-with-percent-width-inside-auto-table-expected.txt: Added.
+        * platform/qt/fast/table/fixed-table-with-percent-width-inside-div-expected.txt: Added.
+        * platform/qt/fast/table/fixed-table-with-percent-width-inside-extra-large-div-expected.txt: Added.
+        * platform/qt/fast/table/fixed-table-with-percent-width-inside-fixed-width-table-expected.txt: Added.
+        * platform/qt/fast/table/fixed-table-with-small-percent-width-expected.txt: Added.
+
 2009-10-04  Xan Lopez  <xlopez at igalia.com>
 
         Reviewed by Gustavo Noronha.
diff --git a/LayoutTests/platform/qt/fast/table/fixed-table-with-percent-inside-percent-table-expected.txt b/LayoutTests/platform/qt/fast/table/fixed-table-with-percent-inside-percent-table-expected.txt
new file mode 100644
index 0000000..b4dc267
--- /dev/null
+++ b/LayoutTests/platform/qt/fast/table/fixed-table-with-percent-inside-percent-table-expected.txt
@@ -0,0 +1,17 @@
+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 {TABLE} at (0,0) size 784x37 [bgcolor=#FF0000]
+        RenderTableSection {TBODY} at (0,0) size 784x37
+          RenderTableRow {TR} at (0,2) size 784x2
+            RenderTableCell {TD} at (2,2) size 780x2 [r=0 c=0 rs=1 cs=1]
+          RenderTableRow {TR} at (0,6) size 784x29
+            RenderTableCell {TD} at (2,6) size 780x29 [r=1 c=0 rs=1 cs=1]
+              RenderTable {TABLE} at (1,1) size 778x27 [bgcolor=#008000]
+                RenderTableSection {TBODY} at (0,0) size 778x27
+                  RenderTableRow {TR} at (0,2) size 778x23
+                    RenderTableCell {TD} at (2,2) size 774x23 [r=0 c=0 rs=1 cs=1]
+                      RenderText {#text} at (1,1) size 56x21
+                        text run at (1,1) width 56: "Content"
diff --git a/LayoutTests/platform/qt/fast/table/fixed-table-with-percent-width-inside-auto-table-expected.txt b/LayoutTests/platform/qt/fast/table/fixed-table-with-percent-width-inside-auto-table-expected.txt
new file mode 100644
index 0000000..cf590d0
--- /dev/null
+++ b/LayoutTests/platform/qt/fast/table/fixed-table-with-percent-width-inside-auto-table-expected.txt
@@ -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
+      RenderTable {TABLE} at (0,0) size 784x39 [bgcolor=#FF0000]
+        RenderTableSection {TBODY} at (0,0) size 784x39
+          RenderTableRow {TR} at (0,2) size 784x35
+            RenderTableCell {TD} at (2,2) size 780x35 [r=0 c=0 rs=1 cs=1]
+              RenderTable {TABLE} at (1,1) size 778x33 [bgcolor=#0000FF]
+                RenderTableSection {TBODY} at (0,0) size 778x33
+                  RenderTableRow {TR} at (0,2) size 778x29
+                    RenderTableCell {TD} at (2,2) size 774x29 [r=0 c=0 rs=1 cs=1]
+                      RenderTable {TABLE} at (1,1) size 772x27 [bgcolor=#008000]
+                        RenderTableSection {TBODY} at (0,0) size 772x27
+                          RenderTableRow {TR} at (0,2) size 772x23
+                            RenderTableCell {TD} at (2,2) size 768x23 [r=0 c=0 rs=1 cs=1]
+                              RenderText {#text} at (1,1) size 56x21
+                                text run at (1,1) width 56: "Content"
diff --git a/LayoutTests/platform/qt/fast/table/fixed-table-with-percent-width-inside-div-expected.txt b/LayoutTests/platform/qt/fast/table/fixed-table-with-percent-width-inside-div-expected.txt
new file mode 100644
index 0000000..5be3e5f
--- /dev/null
+++ b/LayoutTests/platform/qt/fast/table/fixed-table-with-percent-width-inside-div-expected.txt
@@ -0,0 +1,20 @@
+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 {TABLE} at (0,0) size 784x39 [bgcolor=#FF0000]
+        RenderTableSection {TBODY} at (0,0) size 784x39
+          RenderTableRow {TR} at (0,2) size 784x35
+            RenderTableCell {TD} at (2,2) size 780x35 [r=0 c=0 rs=1 cs=1]
+              RenderBlock {DIV} at (1,1) size 150x33 [bgcolor=#800080]
+                RenderTable {TABLE} at (0,0) size 150x33 [bgcolor=#0000FF]
+                  RenderTableSection {TBODY} at (0,0) size 150x33
+                    RenderTableRow {TR} at (0,2) size 150x29
+                      RenderTableCell {TD} at (2,2) size 146x29 [r=0 c=0 rs=1 cs=1]
+                        RenderTable {TABLE} at (1,1) size 144x27 [bgcolor=#008000]
+                          RenderTableSection {TBODY} at (0,0) size 144x27
+                            RenderTableRow {TR} at (0,2) size 144x23
+                              RenderTableCell {TD} at (2,2) size 140x23 [r=0 c=0 rs=1 cs=1]
+                                RenderText {#text} at (1,1) size 56x21
+                                  text run at (1,1) width 56: "Content"
diff --git a/LayoutTests/platform/qt/fast/table/fixed-table-with-percent-width-inside-extra-large-div-expected.txt b/LayoutTests/platform/qt/fast/table/fixed-table-with-percent-width-inside-extra-large-div-expected.txt
new file mode 100644
index 0000000..ce9a59c
--- /dev/null
+++ b/LayoutTests/platform/qt/fast/table/fixed-table-with-percent-width-inside-extra-large-div-expected.txt
@@ -0,0 +1,11 @@
+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
+      RenderInline {SPAN} at (0,0) size 680x21
+        RenderText {#text} at (0,0) size 680x21
+          text run at (0,0) width 680: "Success! The width of the fixed table is 1994px, which is based on the width of its containing div."
+      RenderText {#text} at (0,0) size 0x0
+      RenderText {#text} at (0,0) size 0x0
+      RenderText {#text} at (0,0) size 0x0
diff --git a/LayoutTests/platform/qt/fast/table/fixed-table-with-percent-width-inside-fixed-width-table-expected.txt b/LayoutTests/platform/qt/fast/table/fixed-table-with-percent-width-inside-fixed-width-table-expected.txt
new file mode 100644
index 0000000..47abdd7
--- /dev/null
+++ b/LayoutTests/platform/qt/fast/table/fixed-table-with-percent-width-inside-fixed-width-table-expected.txt
@@ -0,0 +1,27 @@
+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 {TABLE} at (0,0) size 784x66 [bgcolor=#FF0000]
+        RenderTableSection {TBODY} at (0,0) size 784x66
+          RenderTableRow {TR} at (0,2) size 784x62
+            RenderTableCell {TD} at (2,2) size 780x62 [r=0 c=0 rs=1 cs=1]
+              RenderBlock {DIV} at (1,1) size 778x60
+                RenderBlock (anonymous) at (0,0) size 778x21
+                  RenderText {#text} at (0,0) size 27x21
+                    text run at (0,0) width 27: "boo"
+                RenderTable {TABLE} at (0,21) size 100x39 [bgcolor=#800080]
+                  RenderTableSection {TBODY} at (0,0) size 100x39
+                    RenderTableRow {TR} at (0,2) size 100x35
+                      RenderTableCell {TD} at (2,2) size 96x35 [r=0 c=0 rs=1 cs=1]
+                        RenderTable {TABLE} at (1,1) size 94x33 [bgcolor=#0000FF]
+                          RenderTableSection {TBODY} at (0,0) size 94x33
+                            RenderTableRow {TR} at (0,2) size 94x29
+                              RenderTableCell {TD} at (2,2) size 90x29 [r=0 c=0 rs=1 cs=1]
+                                RenderTable {TABLE} at (1,1) size 88x27 [bgcolor=#008000]
+                                  RenderTableSection {TBODY} at (0,0) size 88x27
+                                    RenderTableRow {TR} at (0,2) size 88x23
+                                      RenderTableCell {TD} at (2,2) size 84x23 [r=0 c=0 rs=1 cs=1]
+                                        RenderText {#text} at (1,1) size 56x21
+                                          text run at (1,1) width 56: "Content"
diff --git a/LayoutTests/platform/qt/fast/table/fixed-table-with-small-percent-width-expected.txt b/LayoutTests/platform/qt/fast/table/fixed-table-with-small-percent-width-expected.txt
new file mode 100644
index 0000000..0dcb470
--- /dev/null
+++ b/LayoutTests/platform/qt/fast/table/fixed-table-with-small-percent-width-expected.txt
@@ -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
+      RenderTable {TABLE} at (0,0) size 784x39 [bgcolor=#FF0000]
+        RenderTableSection {TBODY} at (0,0) size 784x39
+          RenderTableRow {TR} at (0,2) size 784x35
+            RenderTableCell {TD} at (2,2) size 780x35 [r=0 c=0 rs=1 cs=1]
+              RenderTable {TABLE} at (1,1) size 778x33 [bgcolor=#0000FF]
+                RenderTableSection {TBODY} at (0,0) size 778x33
+                  RenderTableRow {TR} at (0,2) size 778x29
+                    RenderTableCell {TD} at (2,2) size 774x29 [r=0 c=0 rs=1 cs=1]
+                      RenderTable {TABLE} at (1,1) size 386x27 [bgcolor=#008000]
+                        RenderTableSection {TBODY} at (0,0) size 386x27
+                          RenderTableRow {TR} at (0,2) size 386x23
+                            RenderTableCell {TD} at (2,2) size 382x23 [r=0 c=0 rs=1 cs=1]
+                              RenderText {#text} at (1,1) size 56x21
+                                text run at (1,1) width 56: "Content"

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list