Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / fontfaceset-check-platform-fonts-expected.txt
blob0ec98866a68763c88216e1dcf8b06ef3706bc668
1 Tests FontFaceSet#check() returns true for platform fonts
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS document.fonts.check('10px Arial'); is true
7 PASS document.fonts.check('10px Nonexistent'); is false
8 PASS document.fonts.check('10px sans-serif'); is true
9 PASS document.fonts.check('10px Nonexistent, monospace'); is true
10 PASS document.fonts.check('10px Nonexistent1, Nonexistent2'); is false
11 PASS successfullyParsed is true
13 TEST COMPLETE