blob: f493fd444b177a282e35512da8cda7251da67a19 [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 "style weight small-caps"
PASS window.getComputedStyle(document.getElementById('test5')).fontSynthesis is "style weight 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