[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:04:43 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 882ea0eb4dc7bca44d1b4d20e8de5e6fd6e92264
Author: hyatt <hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Oct 24 21:44:06 2003 +0000

    Adding test of unicode breakability and whitespace.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@5256 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/fast/text/whitespace/026-expected.txt b/LayoutTests/fast/text/whitespace/026-expected.txt
new file mode 100644
index 0000000..31ff737
--- /dev/null
+++ b/LayoutTests/fast/text/whitespace/026-expected.txt
@@ -0,0 +1,15 @@
+layer at (0,0) size 800x600
+  RenderCanvas at (0,0) size 800x600
+layer at (0,0) size 800x34
+  RenderBlock {HTML} at (0,0) size 800x34
+    RenderBody {BODY} at (8,8) size 784x18
+      RenderTable {TABLE} at (0,0) size 450x18
+        RenderTableSection {TBODY} at (0,0) size 0x18
+          RenderTableRow {TR} at (0,0) size 0x0
+            RenderTableCell {TD} at (0,0) size 4x18 [r=0 c=0 rs=1 cs=1]
+              RenderInline {B} at (0,0) size 4x18
+                RenderText {TEXT} at (0,0) size 4x18
+                  text run at (0,0) width 4: "\x{B7}"
+            RenderTableCell {TD} at (4,0) size 446x18 [r=0 c=1 rs=1 cs=1]
+              RenderText {TEXT} at (0,0) size 388x18
+                text run at (0,0) width 388: "There should be space between the bullet and this line of text."
diff --git a/LayoutTests/fast/text/whitespace/026.html b/LayoutTests/fast/text/whitespace/026.html
new file mode 100644
index 0000000..a15b79f
--- /dev/null
+++ b/LayoutTests/fast/text/whitespace/026.html
@@ -0,0 +1,6 @@
+<table cellpadding=0 cellspacing=0>
+<tr>
+<td><b> &#183;</b></td>
+<td style="width:100%">There should be space between the bullet and this line of text.</td>
+</tr>
+</table>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list