blob: 1e357537e3ba89157b94d703abdc73c8a7ead499 [file] [edit]
Testing for the font-variant-alternates computed values
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
target.style.fontVariantAlternates = 'historical-forms swash(flowing)';
PASS getComputedStyle(target).fontVariantAlternates is "historical-forms swash(flowing)"
target.style.fontVariantAlternates = 'historical-forms';
PASS getComputedStyle(target).fontVariantAlternates is "historical-forms"
target.style.fontVariantAlternates = 'normal';
PASS getComputedStyle(target).fontVariantAlternates is "normal"
PASS successfullyParsed is true
TEST COMPLETE