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

Side by Side Diff: LayoutTests/fast/css-generated-content/before-content-continuation-chain.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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <body style="font-family: ahem; -webkit-font-smoothing: none;"> 3 <body style="font-family: Ahem; -webkit-font-smoothing: none;">
4 <!-- Test passes if A (blue box) in first line, followed by B (green box) in nex t line. --> 4 <!-- Test passes if A (blue box) in first line, followed by B (green box) in nex t line. -->
5 <style> 5 <style>
6 span:before { 6 span:before {
7 display: block; 7 display: block;
8 content: "A"; 8 content: "A";
9 color: blue; 9 color: blue;
10 } 10 }
11 </style> 11 </style>
12 <span style="color: green"><div></div>B</span> 12 <span style="color: green"><div></div>B</span>
13 <script> 13 <script>
14 document.body.style.fontSize = "200px"; 14 document.body.style.fontSize = "200px";
15 </script> 15 </script>
16 </body> 16 </body>
17 </html> 17 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698