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

Side by Side Diff: LayoutTests/fast/css/text-decoration-propagate-expected.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> 3 <body>
4 <!-- overline color of "inside" should be blue --> 4 <!-- overline color of "inside" should be blue -->
5 <div style="color: green; text-decoration: line-through; font-family: ahem; line -height: 1.2em"> 5 <div style="color: green; text-decoration: line-through; font-family: Ahem; line -height: 1.2em">
6 line-through only 6 line-through only
7 <div> 7 <div>
8 <span style="color: red; text-decoration: overline;">outside</span> 8 <span style="color: red; text-decoration: overline;">outside</span>
9 <div style="color: blue; text-decoration: overline;"> 9 <div style="color: blue; text-decoration: overline;">
10 inside 10 inside
11 </div> 11 </div>
12 </div> 12 </div>
13 </div> 13 </div>
14 </body> 14 </body>
15 </html> 15 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/text-decoration-propagate.html ('k') | LayoutTests/fast/css/user-drag-none.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698