haikuwebkit/LayoutTests/fast/css3-text/font-synthesis-parse-expect...

49 lines
2.4 KiB
Plaintext

PASS cssRule.type is cssRule.STYLE_RULE
PASS declaration.length is 0
PASS declaration.getPropertyValue('font-synthesis') is ""
PASS computedStyle.getPropertyCSSValue('font-synthesis').cssText is "style weight small-caps"
PASS cssRule.type is cssRule.STYLE_RULE
PASS declaration.length is 1
PASS declaration.getPropertyValue('font-synthesis') is "initial"
PASS computedStyle.getPropertyCSSValue('font-synthesis').cssText is "style weight small-caps"
PASS cssRule.type is cssRule.STYLE_RULE
PASS declaration.length is 1
PASS declaration.getPropertyValue('font-synthesis') is "weight"
PASS computedStyle.getPropertyCSSValue('font-synthesis').cssText is "weight"
PASS cssRule.type is cssRule.STYLE_RULE
PASS declaration.length is 1
PASS declaration.getPropertyValue('font-synthesis') is "style"
PASS computedStyle.getPropertyCSSValue('font-synthesis').cssText is "style"
PASS cssRule.type is cssRule.STYLE_RULE
PASS declaration.length is 1
PASS declaration.getPropertyValue('font-synthesis') is "weight style"
PASS computedStyle.getPropertyCSSValue('font-synthesis').cssText is "style weight"
PASS cssRule.type is cssRule.STYLE_RULE
PASS declaration.length is 1
PASS declaration.getPropertyValue('font-synthesis') is "style weight"
PASS computedStyle.getPropertyCSSValue('font-synthesis').cssText is "style weight"
PASS cssRule.type is cssRule.STYLE_RULE
PASS declaration.length is 0
PASS declaration.getPropertyValue('font-synthesis') is ""
PASS computedStyle.getPropertyCSSValue('font-synthesis').cssText is "style weight small-caps"
PASS cssRule.type is cssRule.STYLE_RULE
PASS declaration.length is 0
PASS declaration.getPropertyValue('font-synthesis') is ""
PASS computedStyle.getPropertyCSSValue('font-synthesis').cssText is "style weight small-caps"
PASS cssRule.type is cssRule.STYLE_RULE
PASS declaration.length is 0
PASS declaration.getPropertyValue('font-synthesis') is ""
PASS computedStyle.getPropertyCSSValue('font-synthesis').cssText is "style weight small-caps"
PASS cssRule.type is cssRule.STYLE_RULE
PASS declaration.length is 0
PASS declaration.getPropertyValue('font-synthesis') is ""
PASS computedStyle.getPropertyCSSValue('font-synthesis').cssText is "style weight small-caps"
PASS cssRule.type is cssRule.STYLE_RULE
PASS declaration.length is 0
PASS declaration.getPropertyValue('font-synthesis') is ""
PASS computedStyle.getPropertyCSSValue('font-synthesis').cssText is "style weight small-caps"
PASS successfullyParsed is true
TEST COMPLETE