[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:04:30 UTC 2009
The following commit has been merged in the debian/unstable branch:
commit 15c708e359a836b4c989497b249e62ec0fb3c9da
Author: hyatt <hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Thu Oct 23 22:24:09 2003 +0000
Adding generated content tests for fancy first-letter/line combos.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@5250 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/LayoutTests/fast/css-generated-content/009-expected.txt b/LayoutTests/fast/css-generated-content/009-expected.txt
new file mode 100644
index 0000000..19cb485
--- /dev/null
+++ b/LayoutTests/fast/css-generated-content/009-expected.txt
@@ -0,0 +1,30 @@
+layer at (0,0) size 800x600
+ RenderCanvas at (0,0) size 800x600
+layer at (0,0) size 800x159
+ RenderBlock {HTML} at (0,0) size 800x159
+ RenderBody {BODY} at (8,8) size 784x143
+ RenderBlock {P} at (0,0) size 784x17
+ RenderText {TEXT} at (0,0) size 70x17
+ text run at (0,0) width 70: "All of this "
+ RenderInline {SPAN} at (0,0) size 98x17
+ RenderText {TEXT} at (70,0) size 98x17
+ text run at (70,0) width 98: "text should be"
+ RenderText {TEXT} at (168,0) size 48x17
+ text run at (168,0) width 48: " green."
+ RenderBlock {UL} at (0,31) size 784x17
+ RenderListItem {LI} at (40,0) size 744x17
+ RenderListMarker at (0,0) size 0x14
+ RenderText {TEXT} at (0,0) size 405x17
+ text run at (0,0) width 405: "All of this text should be green. The bullet should be black."
+ RenderBlock {DIV} at (0,62) size 784x50 [color=#FF0000]
+ RenderInline {SPAN} at (0,0) size 461x17 [color=#008000]
+ RenderInline (anonymous) at (0,0) size 29x50
+ RenderText {TEXT} at (0,0) size 29x50
+ text run at (0,0) width 29: "A"
+ RenderText {TEXT} at (29,27) size 432x17
+ text run at (29,27) width 432: "ll of this text should be green, including the big \"A\" first-letter."
+ RenderBlock {P} at (0,126) size 784x0
+ RenderBlock {DIV} at (0,126) size 784x17
+ RenderBlock {DIV} at (0,0) size 179x17 [color=#FF0000]
+ RenderText {TEXT} at (0,0) size 179x17
+ text run at (0,0) width 179: "This text should be green."
diff --git a/LayoutTests/fast/css-generated-content/009.html b/LayoutTests/fast/css-generated-content/009.html
new file mode 100644
index 0000000..7256712
--- /dev/null
+++ b/LayoutTests/fast/css-generated-content/009.html
@@ -0,0 +1,26 @@
+<html>
+<head>
+<style>
+.one { color: black }
+.one::first-line { color:green }
+
+ul::first-line { color:green }
+
+.three::first-letter { font-size:300%; }
+.three { color: red; }
+.three > span { color: green; }
+
+.four { display: inline-block; color: red; }
+.four::first-line { color:green; }
+</style>
+</head>
+<body>
+<p class="one">All of this <span>text should be</span> green.</p>
+
+<ul><li>All of this text should be green. The bullet should be black.</li></ul>
+
+<div class="three"><span>All of this text should be green, including the big "A" first-letter.</span></div>
+
+<p></p>
+
+<div><div class="four">This text should be green.</div></div>
\ No newline at end of file
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list