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

Side by Side Diff: LayoutTests/svg/text/text-outline-2-expected.html

Issue 1212753002: Convert tests (except fast/, imported/) using ahem font to ahem.js style (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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
« no previous file with comments | « LayoutTests/svg/text/text-outline-2.html ('k') | LayoutTests/touchadjustment/context-menu.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <script src="../../resources/ahem.js"></script>
2 <style> 3 <style>
3 span { 4 span {
4 font: 32px Ahem; 5 font: 32px Ahem;
5 outline: 2px solid blue; 6 outline: 2px solid blue;
6 } 7 }
7 </style> 8 </style>
8 <span>ABC</span> 9 <span>ABC</span>
OLDNEW
« no previous file with comments | « LayoutTests/svg/text/text-outline-2.html ('k') | LayoutTests/touchadjustment/context-menu.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698