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/user-drag-none.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/user-drag-none.html
diff --git a/LayoutTests/fast/css/user-drag-none.html b/LayoutTests/fast/css/user-drag-none.html
index ec67407befe3f85026e4e4fafc67bc2eb1828b5c..1c2208fa3e32241deb345e484854fc13fdd90290 100644
--- a/LayoutTests/fast/css/user-drag-none.html
+++ b/LayoutTests/fast/css/user-drag-none.html
@@ -2,7 +2,7 @@
.box { width: 100px; height: 90px; margin-bottom: 10px; background-color: lightblue; }
.drag-element { -webkit-user-drag: element; }
.drag-none { -webkit-user-drag: none; }
- a { display: block; width: 80px; height: 80px; background-color: yellow; font-family: ahem; font-size: 25px; }
+ a { display: block; width: 80px; height: 80px; background-color: yellow; font-family: Ahem; font-size: 25px; }
a span { color: orange; }
a img { vertical-align: bottom; }
</style>

Powered by Google App Engine
This is Rietveld 408576698