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

Unified Diff: LayoutTests/fast/dynamic/unicode-bidi.html

Issue 291823004: 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/dynamic/unicode-bidi.html
diff --git a/LayoutTests/fast/dynamic/unicode-bidi.html b/LayoutTests/fast/dynamic/unicode-bidi.html
index 24e460e5ec39dfb9da3319118069c9a3e628a552..a9ba7dc0bd4e4648a9f0ed3e5ef54d8d579ee3b8 100644
--- a/LayoutTests/fast/dynamic/unicode-bidi.html
+++ b/LayoutTests/fast/dynamic/unicode-bidi.html
@@ -1,5 +1,5 @@
-<div style="font: 50px ahem; -webkit-font-smoothing: none; direction: rtl; position: absolute; z-index: -1; color: red;"><span style="color: green;">x</span>x</div>
-<div id="target" style="text-align: left; font: 50px ahem; -webkit-font-smoothing: none; direction: rtl; color: green;">xp</div>
+<div style="font: 50px Ahem; -webkit-font-smoothing: none; direction: rtl; position: absolute; z-index: -1; color: red;"><span style="color: green;">x</span>x</div>
+<div id="target" style="text-align: left; font: 50px Ahem; -webkit-font-smoothing: none; direction: rtl; color: green;">xp</div>
<script>
document.body.offsetTop;
document.getElementById("target").style.unicodeBidi = "bidi-override";
« no previous file with comments | « LayoutTests/fast/dynamic/dirty-float-in-clean-line.html ('k') | LayoutTests/fast/multicol/flipped-blocks-hit-test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698