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


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

    Adding layout test for section 10.3.7 of the CSS2.1 spec.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@5152 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/fast/block/positioning/059-expected.txt b/LayoutTests/fast/block/positioning/059-expected.txt
new file mode 100644
index 0000000..eec1043
--- /dev/null
+++ b/LayoutTests/fast/block/positioning/059-expected.txt
@@ -0,0 +1,28 @@
+layer at (0,0) size 800x600
+  RenderCanvas at (0,0) size 800x600
+layer at (0,0) size 800x0
+  RenderBlock {HTML} at (0,0) size 800x0
+layer at (8,8) size 784x51
+  RenderBody {BODY} at (8,8) size 784x51
+    RenderBlock {DIV} at (0,0) size 784x51
+      RenderText {TEXT} at (0,0) size 137x17
+        text run at (0,0) width 137: "You should see two "
+      RenderInline {I} at (0,0) size 108x16
+        RenderText {TEXT} at (137,1) size 108x16
+          text run at (137,1) width 108: "vertically stacked"
+      RenderText {TEXT} at (245,0) size 775x51
+        text run at (245,0) width 172: " green rectangles below. "
+        text run at (417,0) width 194: "Each one is 100 pixels wide "
+        text run at (611,0) width 128: "and 50 pixels tall. "
+        text run at (739,0) width 36: "If the"
+        text run at (0,17) width 461: "two green rectangles are on the same line, then the test has failed. "
+        text run at (461,17) width 286: "This is a test of section 10.3.7 in CSS2.1. "
+        text run at (747,17) width 13: "In"
+        text run at (0,34) width 357: "particular it is a test of the shrink-to-fit algorithm's "
+        text run at (357,34) width 270: "preferred minimum width computation."
+layer at (8,59) size 100x106
+  RenderBlock (positioned) {DIV} at (0,0) size 100x106
+    RenderBlock {SPAN} at (0,0) size 100x50 [bgcolor=#008000]
+    RenderText {TEXT} at (0,0) size 0x0
+    RenderBlock {SPAN} at (0,53) size 100x50 [bgcolor=#008000]
+    RenderText {TEXT} at (0,0) size 0x0
diff --git a/LayoutTests/fast/block/positioning/059.html b/LayoutTests/fast/block/positioning/059.html
new file mode 100644
index 0000000..692f4e1
--- /dev/null
+++ b/LayoutTests/fast/block/positioning/059.html
@@ -0,0 +1,18 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
+<html>
+<body style="position:absolute">
+<div>You should see two <i>vertically stacked</i> green rectangles below.  Each one is 100 pixels wide
+  and 50 pixels tall.  If the two green rectangles are on the same line, then the test has failed.
+  This is a test of section 10.3.7 in CSS2.1.  In particular it is a test of the shrink-to-fit algorithm's
+  preferred minimum width computation.
+</div>
+<div style="position:absolute;width:0px">
+    <div style="position:absolute;left:0px">
+        <span style="display:inline-block;width:100px;height:50px;background-color:green"></span>
+        <span style="display:inline-block;width:100px;height:50px;background-color:green"></span>
+   </div>
+</div>
+</body>
+</html>
+
+

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list