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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/fast/css/fontfaceset-download-error-expected.txt

Issue 1704693002: [SVG 2/5] Do not reload FontResource created by resourceForStaticData() Base URL: https://chromium.googlesource.com/chromium/src.git@Loader_SVGImage_Fix1
Patch Set: auto-Rebase Created 4 years, 8 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
1 CONSOLE WARNING: Failed to decode downloaded font: data:application/x-truetype-f ont,
2 CONSOLE WARNING: Failed to decode downloaded font: data:application/x-truetype-f ont,
1 CONSOLE WARNING: Failed to decode downloaded font: invalidfont.png 3 CONSOLE WARNING: Failed to decode downloaded font: invalidfont.png
2 CONSOLE WARNING: OTS parsing error: invalid version tag 4 CONSOLE WARNING: OTS parsing error: invalid version tag
3 CONSOLE WARNING: Failed to decode downloaded font: data:application/x-truetype-f ont,
4 CONSOLE WARNING: Failed to decode downloaded font: data:application/x-truetype-f ont,
5 Test download error cases. 5 Test download error cases.
6 6
7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
8 8
9 9
10 PASS event.fontfaces.length is 1 10 PASS event.fontfaces.length is 1
11 PASS event.fontfaces[0].family is "myfont4" 11 PASS event.fontfaces[0].family is "myfont4"
12 PASS event.fontfaces.length is 4 12 PASS event.fontfaces.length is 4
13 PASS failedFonts is ['myfont1', 'myfont2', 'myfont3', 'myfont5'] 13 PASS failedFonts is ['myfont1', 'myfont2', 'myfont3', 'myfont5']
14 PASS firedEvents is ['loading', 'loadingdone', 'loadingerror'] 14 PASS firedEvents is ['loading', 'loadingdone', 'loadingerror']
15 PASS successfullyParsed is true 15 PASS successfullyParsed is true
16 16
17 TEST COMPLETE 17 TEST COMPLETE
18 18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698