blob: 4b09d7ceed421652cc7a0746f5bd6939c6bbc3d3 [file] [log] [blame]
This is a testharness.js-based test.
PASS Can set 'font-style' to CSS-wide keywords
PASS Can set 'font-style' to var() references
PASS Can set 'font-style' to the 'normal' keyword
PASS Can set 'font-style' to the 'italic' keyword
FAIL Can set 'font-style' to the 'oblique' keyword assert_equals: expected "oblique" but got "italic"
PASS Setting 'font-style' to a length throws TypeError
PASS Setting 'font-style' to a percent throws TypeError
PASS Setting 'font-style' to a time throws TypeError
PASS Setting 'font-style' to an angle throws TypeError
PASS Setting 'font-style' to a flexible length throws TypeError
PASS Setting 'font-style' to a number throws TypeError
PASS Setting 'font-style' to a position throws TypeError
PASS Setting 'font-style' to a URL throws TypeError
PASS Setting 'font-style' to a transform throws TypeError
Harness: the test ran to completion.