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


The following commit has been merged in the debian/unstable branch:
commit 0c4cacb2019771b08ac6e768e45f7a7c4e0b1974
Author: hyatt <hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Oct 18 23:25:24 2003 +0000

    Add minmax test for positioned elements.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@5214 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/fast/block/positioning/060-expected.txt b/LayoutTests/fast/block/positioning/060-expected.txt
new file mode 100644
index 0000000..d63241d
--- /dev/null
+++ b/LayoutTests/fast/block/positioning/060-expected.txt
@@ -0,0 +1,16 @@
+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 592x17
+        text run at (0,0) width 170: "There should be two 100"
+        text run at (170,0) width 191: "x100 green squares below. "
+        text run at (361,0) width 231: "They should be vertically stacked."
+      RenderText {TEXT} at (0,0) size 0x0
+layer at (10,40) size 100x100
+  RenderBlock (positioned) {DIV} at (10,40) size 100x100 [bgcolor=#008000]
+    RenderBlock {DIV} at (0,0) size 100x0 [bgcolor=#000000]
+layer at (10,150) size 100x100
+  RenderBlock (positioned) {DIV} at (10,150) size 100x100 [bgcolor=#008000]
+    RenderBlock {DIV} at (0,0) size 100x0 [bgcolor=#000000]
diff --git a/LayoutTests/fast/block/positioning/060.html b/LayoutTests/fast/block/positioning/060.html
new file mode 100644
index 0000000..7c59393
--- /dev/null
+++ b/LayoutTests/fast/block/positioning/060.html
@@ -0,0 +1,11 @@
+<html>
+<body>
+There should be two 100x100 green squares below.  They should be vertically stacked.
+
+<div style="position:absolute;left:10px;top:40px;height:100px;background-color:green">
+<div style="min-width:100px"></div>
+</div>
+
+<div style="position:absolute;left:10px;top:150px;height:100px;background-color:green">
+<div style="width:300px; max-width:100px"></div>
+</div>
\ No newline at end of file

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list