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

Side by Side Diff: LayoutTests/editing/resources/contenteditable-iframe-fixed-size-src.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, 5 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 type="text/css"> 1 <style type="text/css">
2 .ahem { font: 20px Ahem; } 2 .ahem { font: 20px Ahem; }
3 </style> 3 </style>
4 <script src="../../resources/ahem.js"></script>
4 <body bgcolor="lightyellow" contenteditable class="ahem" style="padding: 0px; ma rgin: 0px;"> 5 <body bgcolor="lightyellow" contenteditable class="ahem" style="padding: 0px; ma rgin: 0px;">
5 6
6 </body> 7 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698