Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(156)

Unified Diff: LayoutTests/fast/css/first-letter-set-text.html

Issue 291853004: Update Ahem capitalization in LayoutTests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/css/first-letter-set-text.html
diff --git a/LayoutTests/fast/css/first-letter-set-text.html b/LayoutTests/fast/css/first-letter-set-text.html
index dac1d423aef4935d6c0ae2b08d31851dba80c0e9..de571c1002cc59f075676c6705f2ee35c2cc8cc0 100644
--- a/LayoutTests/fast/css/first-letter-set-text.html
+++ b/LayoutTests/fast/css/first-letter-set-text.html
@@ -1,5 +1,5 @@
<style>
- #target { font-family: ahem; font-size: 50px; background-color: green; height: 50px; width: 50px; }
+ #target { font-family: Ahem; font-size: 50px; background-color: green; height: 50px; width: 50px; }
#target:first-letter { color: red; }
</style>
<div id="target">Lorem</div>

Powered by Google App Engine
This is Rietveld 408576698