[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:07:06 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 032af4bf805290cb2a1e8587578affd3897c0c94
Author: hyatt <hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Oct 29 09:18:17 2003 +0000

    Add layout test for pre minwidth bugs.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@5303 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/fast/text/whitespace/027-expected.txt b/LayoutTests/fast/text/whitespace/027-expected.txt
new file mode 100644
index 0000000..2ce652d
--- /dev/null
+++ b/LayoutTests/fast/text/whitespace/027-expected.txt
@@ -0,0 +1,46 @@
+layer at (0,0) size 800x600
+  RenderCanvas at (0,0) size 800x600
+layer at (0,0) size 800x354
+  RenderBlock {HTML} at (0,0) size 800x354
+    RenderBody {BODY} at (8,8) size 784x338
+      RenderTable {TABLE} at (0,0) size 784x28
+        RenderTableSection {TBODY} at (0,0) size 0x28
+          RenderTableRow {TR} at (0,0) size 0x0
+            RenderTableCell {TD} at (2,2) size 729x24 [r=0 c=0 rs=1 cs=1]
+              RenderBlock (floating) {DIV} at (1,1) size 727x22
+                RenderText {TEXT} at (2,2) size 723x18
+                  text run at (2,2) width 723: "Here-is-some-info-from-the-complaints-department-some-info-from-the-complaints-department-some-info-from-the"
+              RenderText {TEXT} at (0,0) size 0x0
+            RenderTableCell {TD} at (733,13) size 49x2 [r=0 c=1 rs=1 cs=1]
+      RenderTable {TABLE} at (0,28) size 784x208
+        RenderTableSection {TBODY} at (0,0) size 0x208
+          RenderTableRow {TR} at (0,0) size 0x0
+            RenderTableCell {TD} at (2,2) size 76x204 [r=0 c=0 rs=1 cs=1]
+              RenderBlock (floating) {DIV} at (1,1) size 74x202
+                RenderText {TEXT} at (2,2) size 70x198
+                  text run at (2,2) width 45: "Here is"
+                  text run at (2,20) width 62: "some info"
+                  text run at (2,38) width 53: "from the"
+                  text run at (2,56) width 68: "complaints"
+                  text run at (2,74) width 70: "department"
+                  text run at (2,92) width 63: "some-info"
+                  text run at (2,110) width 53: "from the"
+                  text run at (2,128) width 68: "complaints"
+                  text run at (2,146) width 70: "department"
+                  text run at (2,164) width 62: "some info"
+                  text run at (2,182) width 53: "from the"
+              RenderText {TEXT} at (0,0) size 0x0
+            RenderTableCell {TD} at (80,103) size 702x2 [r=0 c=1 rs=1 cs=1]
+      RenderTable {TABLE} at (0,236) size 784x102
+        RenderTableSection {TBODY} at (2,2) size 0x98
+          RenderTableRow {TR} at (0,0) size 0x0
+            RenderTableCell {TD} at (2,2) size 573x94 [r=0 c=0 rs=1 cs=1]
+              RenderText {TEXT} at (2,2) size 131x18
+                text run at (2,2) width 131: "This is a test to see if"
+              RenderInline {SPAN} at (0,0) size 569x90
+                RenderText {TEXT} at (133,2) size 569x90
+                  text run at (133,2) width 102: "this is computed"
+                  text run at (2,38) width 569: "correctly.  In particular, we have a really long line here that could throw off the min-width."
+                  text run at (2,74) width 30: "Is it?"
+              RenderText {TEXT} at (0,0) size 0x0
+            RenderTableCell {TD} at (577,47) size 201x4 [r=0 c=1 rs=1 cs=1]
diff --git a/LayoutTests/fast/text/whitespace/027.html b/LayoutTests/fast/text/whitespace/027.html
new file mode 100644
index 0000000..9a01b69
--- /dev/null
+++ b/LayoutTests/fast/text/whitespace/027.html
@@ -0,0 +1,29 @@
+<html>
+<table>
+<tr>
+<td>
+<div style="border:2px solid red; float:left">
+Here-is-some-info-from-the-complaints-department-some-info-from-the-complaints-department-some-info-from-the
+</div>
+<td style="width:100%"></td>
+</tr>
+</table>
+
+<table>
+<tr>
+<td>
+<div style="border:2px solid red; float:left">
+Here is some info from the complaints department some-info from the complaints department some info from the 
+</div>
+<td style="width:100%"></td>
+</tr>
+</table>
+
+<table width=100% border=2>
+<tr>
+<td>This is a test to see if<span style="white-space: pre">this is computed
+correctly.  In particular, we have a really long line here that could throw off the min-width.
+Is it?</span>
+</td>
+<td width=100%></td>
+</table>
\ No newline at end of file

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list