[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:03:39 UTC 2009
The following commit has been merged in the debian/unstable branch:
commit db8df62b448456d37a7eee4d4f957f0cf20dd4b7
Author: hyatt <hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Mon Oct 20 07:09:27 2003 +0000
Adding first-letter/before text-transform tests.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@5223 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/LayoutTests/fast/css-generated-content/007-expected.txt b/LayoutTests/fast/css-generated-content/007-expected.txt
new file mode 100644
index 0000000..44df219
--- /dev/null
+++ b/LayoutTests/fast/css-generated-content/007-expected.txt
@@ -0,0 +1,15 @@
+layer at (0,0) size 800x600
+ RenderCanvas at (0,0) size 800x600
+layer at (0,0) size 800x70
+ RenderBlock {HTML} at (0,0) size 800x70
+ RenderBody {BODY} at (8,8) size 784x48
+ RenderBlock {DIV} at (0,0) size 784x17
+ RenderInline (anonymous) at (0,0) size 9x17
+ RenderText {TEXT} at (0,0) size 9x17
+ text run at (0,0) width 9: "T"
+ RenderText {TEXT} at (9,0) size 228x17
+ text run at (9,0) width 228: "HIS TEXT SHOULD BE UPPERCASE."
+ RenderBlock {P} at (0,31) size 784x17
+ RenderInline (anonymous) at (0,0) size 237x17
+ RenderText at (0,0) size 237x17
+ text run at (0,0) width 237: "THIS TEXT SHOULD BE UPPERCASE."
diff --git a/LayoutTests/fast/css-generated-content/007.html b/LayoutTests/fast/css-generated-content/007.html
new file mode 100644
index 0000000..b52206a
--- /dev/null
+++ b/LayoutTests/fast/css-generated-content/007.html
@@ -0,0 +1,21 @@
+<html>
+<head>
+<style>
+div {
+ text-transform: uppercase;
+}
+
+div:first-letter {
+ text-transform: uppercase;
+}
+
+p::before {
+ content: "This text should be uppercase.";
+ text-transform: uppercase;
+}
+
+</style>
+</head>
+<body>
+<div>This text should be uppercase.</div>
+<p></p>
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list