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

Side by Side Diff: LayoutTests/fast/css/pseudo-first-line-border-width.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 <head> 3 <head>
4 <meta http-equiv="content-type" content="text/html; charset=UTF-8"> 4 <meta http-equiv="content-type" content="text/html; charset=UTF-8">
5 <style> 5 <style>
6 body { 6 body {
7 font-family: ahem; 7 font-family: Ahem;
8 } 8 }
9 p { 9 p {
10 font-size: 100px; 10 font-size: 100px;
11 } 11 }
12 p:first-line { 12 p:first-line {
13 font-size: 10px; 13 font-size: 10px;
14 } 14 }
15 span { 15 span {
16 border-left: solid 1em green; 16 border-left: solid 1em green;
17 } 17 }
18 </style> 18 </style>
19 </head> 19 </head>
20 <body> 20 <body>
21 <div>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=79526">ht tps://bugs.webkit.org/show_bug.cgi?id=79526</a></div> 21 <div>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=79526">ht tps://bugs.webkit.org/show_bug.cgi?id=79526</a></div>
22 <p>A green 10px border on the left of <span>this,<br> 22 <p>A green 10px border on the left of <span>this,<br>
23 is a pass.</span></p> 23 is a pass.</span></p>
24 </body> 24 </body>
25 </html> 25 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/first-letter-set-text.html ('k') | LayoutTests/fast/css/text-decoration-propagate.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698