(DO NOT LAND) Test CSS Font Style matching
The font style matching algorithm [1] of the CSS3 Fonts Module spec
describes precedence rules for stretch, style, weight. This test
exercises all combinations of fixed values and compares requested
stretch, style and weight to the actual font selected by Blink.
Using a generated set of test fonts we can query for the selected font
family name. Each TTF has a different family name, describing its
stretch, style and weight properties. This helps for finding out which
actual font file Blink has loaded.
BUG=513669, 513670
FYI, the bot test results should show where we're failing.
5 years, 5 months ago
(2015-07-24 13:27:14 UTC)
#2
FYI, the bot test results should show where we're failing.
pfeldman
If you plan to land something like this, I am not sure that inspector-protocol/ is ...
5 years, 5 months ago
(2015-07-24 17:07:02 UTC)
#3
If you plan to land something like this, I am not sure that inspector-protocol/
is the right place. You can use this harness anywhere, test_interfaces does not
do anything special for inspector-protocol/.
eae
Looks really promising, thanks for doing all this work.
5 years, 5 months ago
(2015-07-24 17:09:17 UTC)
#4
Looks really promising, thanks for doing all this work.
Issue 1256833002: (DO NOT LAND) Test CSS Font Style matching
(Closed)
Created 5 years, 5 months ago by drott
Modified 5 years, 2 months ago
Reviewers: eae, behdad, kojii
Base URL: svn://svn.chromium.org/blink/trunk
Comments: 0