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


The following commit has been merged in the debian/unstable branch:
commit ec37fba626a806bc0f71d218146f4088b79cf071
Author: hyatt <hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Sep 29 21:10:15 2003 +0000

    Add layout test for abs positioned object inside relpositioned inline containing block
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@5077 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/fast/block/positioning/058-expected.txt b/LayoutTests/fast/block/positioning/058-expected.txt
new file mode 100644
index 0000000..f8d459a
--- /dev/null
+++ b/LayoutTests/fast/block/positioning/058-expected.txt
@@ -0,0 +1,24 @@
+layer at (0,0) size 800x600
+  RenderCanvas at (0,0) size 800x600
+layer at (0,0) size 800x118
+  RenderBlock {HTML} at (0,0) size 800x118
+    RenderBody {BODY} at (8,8) size 784x96
+      RenderBlock {P} at (0,0) size 784x17
+        RenderText {TEXT} at (0,0) size 104x17
+          text run at (0,0) width 104: "First paragraph"
+      RenderBlock {P} at (0,31) size 784x34
+        RenderText {TEXT} at (0,0) size 251x17
+          text run at (0,0) width 251: "Here is some regular paragraph text "
+        RenderText {TEXT} at (131,17) size 114x17
+          text run at (131,17) width 114: "Some more text."
+      RenderBlock {P} at (0,79) size 784x17
+        RenderText {TEXT} at (0,0) size 592x17
+          text run at (0,0) width 592: "The image gets erroneously positioned to the top/left corner of the paragraph instead."
+layer at (8,39) size 766x34
+  RenderInline (relative positioned) {SPAN} at (0,0) size 766x34 [bgcolor=#90EE90]
+    RenderText {TEXT} at (251,0) size 766x34
+      text run at (251,0) width 515: "The image (found or not) should be positioned at the top/left corner of this"
+      text run at (0,17) width 131: "green-shaded text "
+    RenderText {TEXT} at (0,0) size 0x0
+layer at (259,39) size 42x42
+  RenderImage {IMG} at (0,0) size 42x42 [bgcolor=#000000]
diff --git a/LayoutTests/fast/block/positioning/058.html b/LayoutTests/fast/block/positioning/058.html
new file mode 100644
index 0000000..21c45bd
--- /dev/null
+++ b/LayoutTests/fast/block/positioning/058.html
@@ -0,0 +1,17 @@
+
+
+<HTML>
+<HEAD>
+</HEAD>
+<BODY>
+<P>First paragraph</P>
+<P>Here is some regular paragraph text
+<SPAN style="position:relative;background-color:lightgreen">
+The image (found or not) should be positioned at the top/left corner of this green-shaded text
+<IMG src=doesntmatterifthisexists.gif border=1 width=40 height=40 style="position:absolute;top:0px;left:0px">
+</SPAN>
+Some more text.
+</P>
+<P>The image gets erroneously positioned to the top/left corner of the paragraph instead.</P>
+</BODY>
+</HTML>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list