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

Unified Diff: LayoutTests/fast/css-generated-content/first-letter-in-nested-before.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-generated-content/first-letter-in-nested-before.html
diff --git a/LayoutTests/fast/css-generated-content/first-letter-in-nested-before.html b/LayoutTests/fast/css-generated-content/first-letter-in-nested-before.html
index 6c3624bb10f4069d694b9ad2bf1f3b8ac9783c3f..6491915feb7334937c828ce8cd75a1199801453d 100644
--- a/LayoutTests/fast/css-generated-content/first-letter-in-nested-before.html
+++ b/LayoutTests/fast/css-generated-content/first-letter-in-nested-before.html
@@ -3,7 +3,7 @@
#target:before { display: table; content: "A"; }
#target:first-letter { font-size: 200%; }
</style>
-<body style="font-family: ahem; -webkit-font-smoothing: none;">
+<body style="font-family: Ahem; -webkit-font-smoothing: none;">
<div style="font-size: 100px; color: red;">A</div>
<div id="target"></div>
<script>

Powered by Google App Engine
This is Rietveld 408576698