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


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

    Add a <q>/<p> test for split anonymous content.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@4852 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/fast/css-generated-content/005-expected.txt b/LayoutTests/fast/css-generated-content/005-expected.txt
new file mode 100644
index 0000000..3e459ea
--- /dev/null
+++ b/LayoutTests/fast/css-generated-content/005-expected.txt
@@ -0,0 +1,22 @@
+layer at (0,0) size 800x600
+  RenderCanvas at (0,0) size 800x600
+layer at (0,0) size 800x64
+  RenderBlock {HTML} at (0,0) size 800x64
+    RenderBody {BODY} at (8,8) size 784x48
+      RenderBlock (anonymous) at (0,0) size 784x17
+        RenderInline {Q} at (0,0) size 172x17
+          RenderInline at (0,0) size 6x17
+            RenderText at (0,0) size 6x17
+              text run at (0,0) width 6: "\""
+          RenderText {TEXT} at (6,0) size 166x17
+            text run at (6,0) width 166: "Quotes should surround"
+      RenderBlock (anonymous) at (0,31) size 784x0
+        RenderBlock {P} at (0,0) size 784x0
+      RenderBlock (anonymous) at (0,31) size 784x17
+        RenderInline {Q} at (0,0) size 68x17
+          RenderText {TEXT} at (0,0) size 62x17
+            text run at (0,0) width 62: "this text."
+          RenderInline at (0,0) size 6x17
+            RenderText at (62,0) size 6x17
+              text run at (62,0) width 6: "\""
+        RenderText {TEXT} at (0,0) size 0x0
diff --git a/LayoutTests/fast/css-generated-content/005.html b/LayoutTests/fast/css-generated-content/005.html
new file mode 100644
index 0000000..da417ac
--- /dev/null
+++ b/LayoutTests/fast/css-generated-content/005.html
@@ -0,0 +1,6 @@
+<html>
+<body>
+<q>Quotes should surround
+<p></p>
+this text.</q>
+

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list