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


The following commit has been merged in the debian/unstable branch:
commit 89928b41e5c8d610526b2c54159de7e6243a5b1b
Author: hyatt <hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed May 5 20:24:33 2004 +0000

    Add quirk body height test.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@6544 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/fast/block/basic/quirk-height-expected.txt b/LayoutTests/fast/block/basic/quirk-height-expected.txt
new file mode 100644
index 0000000..8888892
--- /dev/null
+++ b/LayoutTests/fast/block/basic/quirk-height-expected.txt
@@ -0,0 +1,8 @@
+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 784x584 [bgcolor=#EEEEEE]
+      RenderBlock {DIV} at (24,24) size 736x536 [color=#FFFFFF] [bgcolor=#008000]
+        RenderText {TEXT} at (0,0) size 516x18
+          text run at (0,0) width 516: "The green div should fill the content area (except for a bit of padding on all sides)."
diff --git a/LayoutTests/fast/block/basic/quirk-height.html b/LayoutTests/fast/block/basic/quirk-height.html
new file mode 100644
index 0000000..025f79c
--- /dev/null
+++ b/LayoutTests/fast/block/basic/quirk-height.html
@@ -0,0 +1,7 @@
+<html>
+<body style="padding:24px;background-color:#eeeeee">
+<div style="height:100%; background-color:green;color:white">
+The green div should fill the content area (except for a bit of padding on all sides).
+</div>
+</body>
+</html>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list