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

Side by Side Diff: LayoutTests/http/tests/webfont/slow-loading-expected.html

Issue 171823002: Make text visible when font loading takes longer than 3 seconds (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 6 years, 9 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/http/tests/webfont/slow-loading.html ('k') | Source/core/css/CSSCustomFontData.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <html>
2 <head>
3 <style>
4 .testspan {
5 font-size:64px;
6 border: 1px solid;
7 border-color: black;
8 }
9 #span1 {
10 font-family: Ahem;
11 }
12 #span2 {
13 font-family: Arial;
14 }
15 #span3 {
16 font-family: Arial;
17 color: white;
18 }
19 </style>
20 </head>
21 <body>
22
23 Ahem after 5 seconds:
24 <br/>
25 <span class="testspan" id="span1">
26 abcdefg
27 </span>
28 <br/>
29
30 Arial after 5 seconds:
31 <br/>
32 <span class="testspan" id="span2">
33 abcdefg
34 </span>
35 <br/>
36
37 Blank after 5 seconds:
38 <br/>
39 <span class="testspan" id="span3">
40 abcdefg
41 </span>
42 <br/>
43
44 </body>
45 </html>
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/webfont/slow-loading.html ('k') | Source/core/css/CSSCustomFontData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698