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

Side by Side Diff: LayoutTests/fast/css/fontface-methods-expected.txt

Issue 184633005: [CSS Font Loading] Remove FontFace#ready, fold its functionality into FontFace#load (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
OLDNEW
1 Tests load() and ready() methods of FontFace. 1 Tests load() method of FontFace.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS face1.status is "unloaded" 6 PASS face1.status is "unloaded"
7 PASS face1.status is "loading" 7 PASS face1.status is "loading"
8 PASS face1.status is "loaded" 8 PASS face1.status is "loaded"
9 PASS face2.status is "unloaded" 9 PASS face2.status is "unloaded"
10 PASS face2.status is "loading" 10 PASS face2.status is "loading"
11 PASS face2.status is "error" 11 PASS face2.status is "error"
12 PASS face3.status is "unloaded" 12 PASS face3.status is "unloaded"
13 PASS face3.status is "loading" 13 PASS face3.status is "loading"
14 PASS face3.status is "loaded" 14 PASS face3.status is "loaded"
15 PASS face4.status is "unloaded" 15 PASS face4.status is "unloaded"
16 PASS face4.status is "loading" 16 PASS face4.status is "loading"
17 PASS face4.status is "error" 17 PASS face4.status is "error"
18 PASS successfullyParsed is true 18 PASS successfullyParsed is true
19 19
20 TEST COMPLETE 20 TEST COMPLETE
21 21
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/fontface-methods.html ('k') | LayoutTests/fast/css/fontfaceset-add-remove-while-loading.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698