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


The following commit has been merged in the debian/unstable branch:
commit 0aaebbcbe7b7daabd9597176e3f6b5df0df52740
Author: hyatt <hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Feb 11 21:37:54 2004 +0000

    Adding test for display:block generated content.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@6070 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/fast/css-generated-content/011-expected.txt b/LayoutTests/fast/css-generated-content/011-expected.txt
new file mode 100644
index 0000000..1e3fdff
--- /dev/null
+++ b/LayoutTests/fast/css-generated-content/011-expected.txt
@@ -0,0 +1,12 @@
+layer at (0,0) size 800x600
+  RenderCanvas at (0,0) size 800x600
+layer at (0,0) size 800x89
+  RenderBlock {HTML} at (0,0) size 800x89
+    RenderBody {BODY} at (8,8) size 784x62
+      RenderBlock {H2} at (0,0) size 784x62
+        RenderBlock (generated) at (0,0) size 784x15 [color=#D0D3DA]
+          RenderText at (381,0) size 21x15
+            text run at (381,0) width 21: "\x{2022} \x{2022} \x{2022}"
+        RenderBlock (anonymous) at (0,34) size 784x28
+          RenderText {TEXT} at (0,0) size 127x28
+            text run at (0,0) width 127: "This is a test"
diff --git a/LayoutTests/fast/css-generated-content/011.html b/LayoutTests/fast/css-generated-content/011.html
new file mode 100644
index 0000000..6eda5a8
--- /dev/null
+++ b/LayoutTests/fast/css-generated-content/011.html
@@ -0,0 +1,16 @@
+<head>
+<style>
+h2:before {
+        content: "\2022  \2022  \2022";
+        text-align: center;
+        font-weight: bold;
+        display: block;
+        margin-bottom: 1.5em;
+        color: #d0d3da;
+        font-size: small;
+        text-shadow: none;
+        }
+</style>
+</head>
+<body>
+<h2>This is a test</h2>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list