[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:38:28 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit a5f50c216c282e18f6f55959d676238ce592bba1
Author: hyatt <hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu May 6 22:04:23 2004 +0000

    Add layout test for pres and brs.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@6552 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/fast/text/whitespace/029-expected.txt b/LayoutTests/fast/text/whitespace/029-expected.txt
new file mode 100644
index 0000000..e62f9c7
--- /dev/null
+++ b/LayoutTests/fast/text/whitespace/029-expected.txt
@@ -0,0 +1,11 @@
+layer at (0,0) size 800x600
+  RenderCanvas at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x579
+      RenderBlock {PRE} at (0,0) size 784x45
+        RenderText {TEXT} at (0,0) size 8x15
+          text run at (0,0) width 8: "1"
+        RenderBR {BR} at (0,0) size 0x0
+        RenderText {TEXT} at (0,30) size 8x15
+          text run at (0,30) width 8: "2"
diff --git a/LayoutTests/fast/text/whitespace/029.html b/LayoutTests/fast/text/whitespace/029.html
new file mode 100644
index 0000000..c641ea1
--- /dev/null
+++ b/LayoutTests/fast/text/whitespace/029.html
@@ -0,0 +1,2 @@
+<pre>1<br>
+2</pre>
\ No newline at end of file

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list