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


The following commit has been merged in the debian/unstable branch:
commit be8474643716c5869773f1aa911f52d7667722ac
Author: hyatt <hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Aug 21 01:02:48 2003 +0000

    Adding overflow test with percentage widths.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@4864 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/fast/overflow/004-expected.txt b/LayoutTests/fast/overflow/004-expected.txt
new file mode 100644
index 0000000..8dc3de9
--- /dev/null
+++ b/LayoutTests/fast/overflow/004-expected.txt
@@ -0,0 +1,13 @@
+layer at (0,0) size 800x600
+  RenderCanvas at (0,0) size 800x600
+layer at (0,0) size 800x535
+  RenderBlock {HTML} at (0,0) size 800x535
+    RenderBody {BODY} at (8,8) size 784x519
+      RenderBlock (anonymous) at (0,0) size 784x17
+        RenderText {TEXT} at (0,0) size 757x17
+          text run at (0,0) width 757: "The two green blocks below should be identical and should each take up half the width of the browser window."
+      RenderBlock (floating) {DIV} at (390,17) size 394x502 [bgcolor=#008000]
+      RenderBlock (anonymous) at (0,17) size 784x0
+        RenderText {TEXT} at (0,0) size 0x0
+layer at (8,25) size 394x502 clip at (9,26) size 392x500
+  RenderBlock {DIV} at (0,17) size 394x502 [bgcolor=#008000]
diff --git a/LayoutTests/fast/overflow/004.html b/LayoutTests/fast/overflow/004.html
new file mode 100644
index 0000000..ce5a9d5
--- /dev/null
+++ b/LayoutTests/fast/overflow/004.html
@@ -0,0 +1,7 @@
+<body>
+The two green blocks below should be identical and should each take up half the width of the browser window.
+<div style="border:1px solid black; width:50%; height:500px; background-color:green; float:right"></div>
+<div style="border:1px solid black; width:50%; height:500px; background-color:green;overflow:hidden"></div> 
+</body>
+</html>
+

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list