[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:24:32 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit aae865d60a92d147369f18761d9f8f71ad06a484
Author: hyatt <hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Jan 28 21:26:06 2004 +0000

    Add layout test for checking the cascade of the clear property.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@6001 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/fast/block/positioning/007-expected.txt b/LayoutTests/fast/css/006-expected.txt
similarity index 61%
copy from LayoutTests/fast/block/positioning/007-expected.txt
copy to LayoutTests/fast/css/006-expected.txt
index 27378a4..8d624f2 100644
--- a/LayoutTests/fast/block/positioning/007-expected.txt
+++ b/LayoutTests/fast/css/006-expected.txt
@@ -3,5 +3,7 @@ layer at (0,0) size 800x600
 layer at (0,0) size 800x116
   RenderBlock {HTML} at (0,0) size 800x116
     RenderBody {BODY} at (8,8) size 784x100
-      RenderBlock {DIV} at (0,0) size 100x100 [bgcolor=#FF0000]
+      RenderBlock (floating) {DIV} at (0,0) size 100x100
+      RenderBlock (anonymous) at (0,0) size 784x0
+        RenderText {TEXT} at (0,0) size 0x0
       RenderBlock {DIV} at (0,0) size 100x100 [bgcolor=#008000]
diff --git a/LayoutTests/fast/css/006.html b/LayoutTests/fast/css/006.html
new file mode 100644
index 0000000..e7b6c1f
--- /dev/null
+++ b/LayoutTests/fast/css/006.html
@@ -0,0 +1,14 @@
+<html>
+<head>
+<style>
+.clear { clear: left; }
+#clear.clear { clear: none; }
+</style>
+</head>
+<body>
+
+<div style="float:left; width:100px;height:100px"></div>
+<div id="clear" class="clear" style="width:100px;height:100px;background-color:green"></div>
+
+</body>
+</html>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list