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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <div style="font: 50px ahem; -webkit-font-smoothing: none; direction: rtl; posit ion: absolute; z-index: -1; color: red;"><span style="color: green;">x</span>x</ div> 1 <div style="font: 50px Ahem; -webkit-font-smoothing: none; direction: rtl; posit ion: absolute; z-index: -1; color: red;"><span style="color: green;">x</span>x</ div>
2 <div id="target" style="text-align: left; font: 50px ahem; -webkit-font-smoothin g: none; direction: rtl; color: green;">xp</div> 2 <div id="target" style="text-align: left; font: 50px Ahem; -webkit-font-smoothin g: none; direction: rtl; color: green;">xp</div>
3 <script> 3 <script>
4 document.body.offsetTop; 4 document.body.offsetTop;
5 document.getElementById("target").style.unicodeBidi = "bidi-override"; 5 document.getElementById("target").style.unicodeBidi = "bidi-override";
6 </script> 6 </script>
OLDNEW
« 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