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

Side by Side Diff: LayoutTests/fast/dynamic/first-letter-display-change.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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <style> 1 <style>
2 .a:first-letter { float: right; font-size: 2em; } 2 .a:first-letter { float: right; font-size: 2em; }
3 .b:first-letter { color: blue; } 3 .b:first-letter { color: blue; }
4 </style> 4 </style>
5 <div id="target" style="font-family: ahem;" class="a">Lorem ipsum dolor sit amet </div> 5 <div id="target" style="font-family: Ahem;" class="a">Lorem ipsum dolor sit amet </div>
6 <script> 6 <script>
7 var target = document.getElementById("target"); 7 var target = document.getElementById("target");
8 target.offsetTop; 8 target.offsetTop;
9 target.className = "b"; 9 target.className = "b";
10 </script> 10 </script>
OLDNEW
« no previous file with comments | « LayoutTests/fast/dynamic/first-letter-after-list-marker.html ('k') | LayoutTests/fast/flexbox/overhanging-floats-removed.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698