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


The following commit has been merged in the debian/unstable branch:
commit 0ba0dea7642930dfd5fa68a71a46c69b31bec41b
Author: hyatt <hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Aug 20 22:44:38 2003 +0000

    Adding a float test that mixes positioning, inline blocks, and text-indent.  The horror, the horror.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@4857 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/fast/block/float/022-expected.txt b/LayoutTests/fast/block/float/022-expected.txt
new file mode 100644
index 0000000..a4dd53b
--- /dev/null
+++ b/LayoutTests/fast/block/float/022-expected.txt
@@ -0,0 +1,21 @@
+layer at (0,0) size 800x600
+  RenderCanvas at (0,0) size 800x600
+layer at (0,0) size 800x33
+  RenderBlock {HTML} at (0,0) size 800x33
+    RenderBody {BODY} at (8,8) size 784x17
+      RenderText {TEXT} at (0,0) size 366x17
+        text run at (0,0) width 366: "The two black rectangles below should look identical."
+      RenderText {TEXT} at (0,0) size 0x0
+      RenderText {TEXT} at (0,0) size 0x0
+layer at (8,50) size 204x54
+  RenderBlock (positioned) {DIV} at (8,50) size 204x54
+    RenderBlock (floating) {DIV} at (2,2) size 50x50 [bgcolor=#008000]
+    RenderBlock {DIV} at (152,2) size 50x50 [bgcolor=#008000]
+layer at (8,114) size 204x54
+  RenderBlock (positioned) {DIV} at (8,114) size 204x54
+    RenderText {TEXT} at (0,0) size 0x0
+    RenderText {TEXT} at (0,0) size 0x0
+layer at (2,2) size 50x50 backgroundClip at (10,116) size 50x50
+  RenderBlock (positioned) {DIV} at (2,2) size 50x50 [bgcolor=#008000]
+layer at (152,2) size 50x50 backgroundClip at (160,116) size 50x50
+  RenderBlock (positioned) {DIV} at (152,2) size 50x50 [bgcolor=#008000]
diff --git a/LayoutTests/fast/block/float/022.html b/LayoutTests/fast/block/float/022.html
new file mode 100644
index 0000000..7a5b8e6
--- /dev/null
+++ b/LayoutTests/fast/block/float/022.html
@@ -0,0 +1,12 @@
+
+The two black rectangles below should look identical.  
+<div style="text-indent: 100px;top: 50px; position: absolute; border:2px solid black">
+<div style="background-color:green; width:50px; height:50px; float:left"></div><div style="display:inline-block;width:50px;height:50px;background-color:green"></div></div>
+
+<div style="margin-top:1em; top: 100px; height: 50px; width:200px; position: absolute; border:2px solid black">
+<div style="position:absolute;background-color:green; width:50px; height:50px;"></div>
+<div style="position:absolute;left:150px;background-color:green; width:50px; height:50px;"></div>
+</div>
+
+
+</div>
\ No newline at end of file

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list