DescriptionFix setting properties on CSSFontFaceRule
Fix setting properties on CSSFontFaceRule, before this patch
we used the regular css style property parsing routines which
are different from the @font-face specific descriptor parsing.
So reintroduce a mode to the CSSParserMode enumeration for
font-face rule and use it in order to properly parse
@font-face descriptors.
BUG=652362
Committed: https://crrev.com/03ea643145f194a757feeb7ced2240c2d2c8f5dc
Cr-Commit-Position: refs/heads/master@{#423177}
Patch Set 1 #
Total comments: 4
Patch Set 2 : Patch for landing #
Messages
Total messages: 15 (9 generated)
|