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

Side by Side Diff: LayoutTests/http/tests/webfont/slow-loading-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
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <script src="/js-test-resources/ahem.js"></script>
3 <style> 4 <style>
4 .testspan { 5 .testspan {
5 font-size:64px; 6 font-size:64px;
6 border: 1px solid; 7 border: 1px solid;
7 border-color: black; 8 border-color: black;
8 } 9 }
9 #span1 { 10 #span1 {
10 font-family: Ahem; 11 font-family: Ahem;
11 } 12 }
12 #span2 { 13 #span2 {
(...skipping 23 matching lines...) Expand all
36 37
37 Blank after 5 seconds: 38 Blank after 5 seconds:
38 <br/> 39 <br/>
39 <span class="testspan" id="span3"> 40 <span class="testspan" id="span3">
40 abcdefg 41 abcdefg
41 </span> 42 </span>
42 <br/> 43 <br/>
43 44
44 </body> 45 </body>
45 </html> 46 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698