[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

hyatt hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 08:35:35 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit b3e7bb8b02d1dd724988f75e2d629f83c91856d5
Author: hyatt <hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Apr 21 21:49:37 2004 +0000

    Add test case for nested percent height tables.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@6443 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/fast/table/nested-percent-height-table-expected.txt b/LayoutTests/fast/table/nested-percent-height-table-expected.txt
new file mode 100644
index 0000000..052b2e2
--- /dev/null
+++ b/LayoutTests/fast/table/nested-percent-height-table-expected.txt
@@ -0,0 +1,22 @@
+layer at (0,0) size 800x600
+  RenderCanvas at (0,0) size 800x600
+layer at (0,0) size 800x390
+  RenderBlock {HTML} at (0,0) size 800x390
+    RenderBody {BODY} at (8,8) size 784x374
+      RenderBlock {H3} at (0,0) size 784x22
+        RenderText {TEXT} at (0,0) size 192x22
+          text run at (0,0) width 192: "Height:100% Problems"
+      RenderBlock {P} at (0,40) size 784x18
+        RenderText {TEXT} at (0,0) size 742x18
+          text run at (0,0) width 398: "In the example below, the inner table should be 300 pixels tall. "
+          text run at (398,0) width 344: "Instead the height:100% on the table cell isn't honored."
+      RenderTable {TABLE} at (355,74) size 73x300 [bgcolor=#FF0000]
+        RenderTableSection {TBODY} at (0,0) size 0x300
+          RenderTableRow {TR} at (0,0) size 0x0
+            RenderTableCell {TD} at (0,0) size 73x300 [bgcolor=#0000FF] [r=0 c=0 rs=1 cs=1]
+              RenderTable {TABLE} at (0,0) size 73x300 [bgcolor=#008000]
+                RenderTableSection {TBODY} at (0,0) size 0x300
+                  RenderTableRow {TR} at (0,0) size 0x0
+                    RenderTableCell {TD} at (2,140) size 69x20 [r=0 c=0 rs=1 cs=1]
+                      RenderText {TEXT} at (1,1) size 67x18
+                        text run at (1,1) width 67: "Inner table"
diff --git a/LayoutTests/fast/table/nested-percent-height-table.html b/LayoutTests/fast/table/nested-percent-height-table.html
new file mode 100644
index 0000000..d988a2c
--- /dev/null
+++ b/LayoutTests/fast/table/nested-percent-height-table.html
@@ -0,0 +1,14 @@
+<h3>Height:100% Problems</h3>
+
+<p>In the example below, the inner table should be 300 pixels tall.  Instead the height:100% on the table
+cell isn't honored.</p>
+
+<table height="300" style="background-color:red" align=center cellpadding="0" cellspacing="0">
+<tr><td style="background-color:blue">
+  <table style="background-color:green" width=100% height="100%" border="0">
+    <tr>
+        <td>Inner table</td>
+   </table>
+</td></tr>
+</table>
+</div>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list