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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/webfont/fontfaceset-status-attribute-expected.txt

Issue 2340273002: Fix FontFaceSet state getting stuck at loading (Closed)
Patch Set: Created 4 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
OLDNEW
(Empty)
1 Test for FontFaceSet.status attribute
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS document.fonts.check('10px TestFont') is false
7 PASS document.fonts.status is "loaded"
8 PASS document.fonts.status is "loading"
9 PASS document.fonts.check('10px TestFont') is true
10 PASS document.fonts.status is "loaded"
11 PASS successfullyParsed is true
12
13 TEST COMPLETE
14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698