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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <style> 1 <style>
2 #target { color: green; margin-top: -100px; } 2 #target { color: green; margin-top: -100px; }
3 #target:before { display: table; content: "A"; } 3 #target:before { display: table; content: "A"; }
4 #target:first-letter { font-size: 200%; } 4 #target:first-letter { font-size: 200%; }
5 </style> 5 </style>
6 <body style="font-family: ahem; -webkit-font-smoothing: none;"> 6 <body style="font-family: Ahem; -webkit-font-smoothing: none;">
7 <div style="font-size: 100px; color: red;">A</div> 7 <div style="font-size: 100px; color: red;">A</div>
8 <div id="target"></div> 8 <div id="target"></div>
9 <script> 9 <script>
10 document.body.offsetTop; 10 document.body.offsetTop;
11 document.getElementById("target").style.fontSize = "50px"; 11 document.getElementById("target").style.fontSize = "50px";
12 </script> 12 </script>
13 </body> 13 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698