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

Side by Side Diff: LayoutTests/http/tests/webfont/fontloader-loading-attribute-expected.txt

Issue 23717059: [Font Load Events] Implement FontFaceSet methods (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 3 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 Test for FontFaceSet.loading attribute 1 Test for FontFaceSet.status attribute
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 document.fonts.checkFont('10px TestFont') is false 6 PASS document.fonts.check('10px TestFont') is false
7 PASS document.fonts.loading is false 7 PASS document.fonts.status is "loaded"
8 PASS document.fonts.loading is true 8 PASS document.fonts.status is "loading"
9 PASS document.fonts.checkFont('10px TestFont') is true 9 PASS document.fonts.check('10px TestFont') is true
10 PASS document.fonts.loading is true 10 PASS document.fonts.status is "loaded"
11 PASS document.fonts.loading is false 11 PASS document.fonts.status is "loaded"
12 PASS successfullyParsed is true 12 PASS successfullyParsed is true
13 13
14 TEST COMPLETE 14 TEST COMPLETE
15 15
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/webfont/fontloader-loading-attribute.html ('k') | Source/core/css/CSSSegmentedFontFace.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698