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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/css/fontfaceset-add-remove-while-loading-expected.txt

Issue 2620293002: Remove CSSFontSelector argument and member from CSSSegmentedFontFace (Closed)
Patch Set: Update test for CL comments Created 3 years, 10 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 Tests that FontFaceSet is correctly updated when added or removed a FontFace whi le loading.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS face1.status is "unloaded"
7 PASS face1.status is "loading"
8 PASS document.fonts.status is "loaded"
9 PASS document.fonts.status is "loading"
10 PASS face1.status is "loaded"
11 PASS document.fonts.status is "loaded"
12 PASS face2.status is "unloaded"
13 PASS document.fonts.status is "loading"
14 PASS document.fonts.status is "loading"
15 PASS face2.status is "loading"
16 PASS face2.status is "loaded"
17 PASS document.fonts.status is "loaded"
18 PASS face3.status is "unloaded"
19 PASS document.fonts.status is "loading"
20 PASS document.fonts.status is "loading"
21 PASS face3.status is "loading"
22 PASS document.fonts.status is "loaded"
23 PASS successfullyParsed is true
24
25 TEST COMPLETE
26
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698