[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:02:54 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 2d46914cd88b7f963417d1f26b9059f4722922a3
Author: hyatt <hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Oct 18 20:50:32 2003 +0000

    Adding minmax width test for the mozilla web site beta bug.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@5207 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/fast/text/whitespace/025-expected.txt b/LayoutTests/fast/text/whitespace/025-expected.txt
new file mode 100644
index 0000000..7039302
--- /dev/null
+++ b/LayoutTests/fast/text/whitespace/025-expected.txt
@@ -0,0 +1,16 @@
+layer at (0,0) size 800x600
+  RenderCanvas at (0,0) size 800x600
+layer at (0,0) size 800x47
+  RenderBlock {HTML} at (0,0) size 800x47
+    RenderBody {BODY} at (8,8) size 784x31
+      RenderTable {TABLE} at (0,0) size 314x31
+        RenderTableSection {TBODY} at (0,0) size 0x31
+          RenderTableRow {TR} at (0,0) size 0x0
+            RenderTableCell {TD} at (2,2) size 310x27 [r=0 c=0 rs=1 cs=1]
+              RenderBlock {DIV} at (3,3) size 304x21
+                RenderInline {NOBR} at (0,0) size 697x17
+                  RenderText {TEXT} at (2,2) size 697x17
+                    text run at (2,2) width 241: "This text should be all on one line. "
+                    text run at (243,2) width 316: "It should spill out of the 300 pixel wide green "
+                    text run at (559,2) width 140: "and blue rectangles."
+                RenderText {TEXT} at (0,0) size 0x0
diff --git a/LayoutTests/fast/text/whitespace/025.html b/LayoutTests/fast/text/whitespace/025.html
new file mode 100644
index 0000000..d65b148
--- /dev/null
+++ b/LayoutTests/fast/text/whitespace/025.html
@@ -0,0 +1,11 @@
+<html>
+<table>
+<tr><td style="border:2px solid blue">
+<div style="border:2px solid green; width:300px">
+<nobr>This text should be all on one line.  It should spill out of the 300 pixel wide green 
+and blue rectangles.</nobr>
+</div>
+</td>
+</tr>
+</table>
+</html>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list