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


The following commit has been merged in the debian/unstable branch:
commit bb911f0f72f2fe4620d884c04f64950eadb0f2e3
Author: hyatt <hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Aug 20 22:34:51 2003 +0000

    Adding a test of line breaking inside positioned elements.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@4855 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/fast/block/positioning/056-expected.txt b/LayoutTests/fast/block/positioning/056-expected.txt
new file mode 100644
index 0000000..a4bbae7
--- /dev/null
+++ b/LayoutTests/fast/block/positioning/056-expected.txt
@@ -0,0 +1,23 @@
+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 676x17
+        text run at (0,0) width 676: "You should see a single green stripe below. The test has failed if you don't see a perfect rectangle. "
+layer at (8,25) size 84x330
+  RenderBlock (positioned) {DIV} at (8,25) size 84x330
+    RenderInline {A} at (0,0) size 39x330 [color=#008000] [bgcolor=#008000]
+      RenderInline {SPAN} at (0,0) size 39x66 [bgcolor=#000000]
+        RenderText {TEXT} at (0,0) size 39x66
+          text run at (0,0) width 39: "A"
+      RenderText {TEXT} at (0,66) size 39x66
+        text run at (0,66) width 39: "A"
+      RenderBR {BR} at (0,0) size 0x0 [bgcolor=#000000]
+      RenderInline {SPAN} at (0,0) size 39x66 [bgcolor=#000000]
+        RenderText {TEXT} at (0,132) size 39x66
+          text run at (0,132) width 39: "A"
+      RenderText {TEXT} at (0,198) size 39x132
+        text run at (0,198) width 39: "A"
+        text run at (0,264) width 39: "A"
+    RenderText {TEXT} at (0,0) size 0x0
diff --git a/LayoutTests/fast/block/positioning/056.html b/LayoutTests/fast/block/positioning/056.html
new file mode 100644
index 0000000..43ef9d2
--- /dev/null
+++ b/LayoutTests/fast/block/positioning/056.html
@@ -0,0 +1,17 @@
+<html>
+<head>
+<style>
+#sitemast {
+  position: absolute; width:1.5em;
+  font-size:400%;
+   }
+#sitemast a {color: green; background: green; padding: 0; text-decoration: none }
+
+  </style>
+</head>
+<body>
+You should see a single green stripe below. The test has failed if you don't see a
+perfect rectangle.
+<div id="sitemast">
+<a><span>A </span> A<br><span>A </span> A A</a>
+</div>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list