[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:31:33 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit f4ac90a64fc17089867eae20696add097dbbcbd0
Author: hyatt <hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Mar 31 19:01:22 2004 +0000

    Adding layout test for whitespace bug.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@6283 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/fast/parser/tabs-in-scripts-expected.txt b/LayoutTests/fast/text/whitespace/028-expected.txt
similarity index 50%
copy from LayoutTests/fast/parser/tabs-in-scripts-expected.txt
copy to LayoutTests/fast/text/whitespace/028-expected.txt
index 9a8c154..7c3ffb1 100644
--- a/LayoutTests/fast/parser/tabs-in-scripts-expected.txt
+++ b/LayoutTests/fast/text/whitespace/028-expected.txt
@@ -3,5 +3,7 @@ layer 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
-      RenderText {TEXT} at (0,0) size 8x18
-        text run at (0,0) width 8: "1"
+      RenderText {TEXT} at (0,0) size 16x18
+        text run at (0,0) width 16: "A "
+      RenderText {TEXT} at (16,0) size 11x18
+        text run at (16,0) width 11: "C"
diff --git a/LayoutTests/fast/text/whitespace/028.html b/LayoutTests/fast/text/whitespace/028.html
new file mode 100644
index 0000000..afbab75
--- /dev/null
+++ b/LayoutTests/fast/text/whitespace/028.html
@@ -0,0 +1 @@
+A <span style="visibility:hidden; position: absolute;">B</span> C

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list