blob: 220c094e2693040ccaaed5bbe00436b931d16fa3 [file] [log] [blame]
PASS CSS.supports('font-synthesis', 'small-caps') is true
PASS window.getComputedStyle(document.getElementById('test1')).fontSynthesis is "weight"
PASS window.getComputedStyle(document.getElementById('test2')).fontSynthesis is "small-caps"
PASS window.getComputedStyle(document.getElementById('test3')).fontSynthesis is "none"
PASS window.getComputedStyle(document.getElementById('test4')).fontSynthesis is "weight style small-caps"
PASS window.getComputedStyle(document.getElementById('test5')).fontSynthesis is "weight style small-caps"
PASS window.getComputedStyle(document.getElementById('test6')).fontSynthesis is "style small-caps"
PASS window.getComputedStyle(document.getElementById('test7')).fontSynthesis is "style small-caps"
PASS successfullyParsed is true
TEST COMPLETE