blob: a871e157be61e13c4ef22a4c4235de8883097ddf [file] [log] [blame]
This is a testharness.js-based test.
PASS Can set 'text-size-adjust' to CSS-wide keywords
PASS Can set 'text-size-adjust' to var() references
FAIL Can set 'text-size-adjust' to the 'none' keyword assert_equals: expected "CSSKeywordValue" but got "CSSUnitValue"
PASS Can set 'text-size-adjust' to the 'auto' keyword
FAIL Can set 'text-size-adjust' to a percent assert_equals: expected "CSSUnitValue" but got "CSSKeywordValue"
PASS Setting 'text-size-adjust' to a length throws TypeError
PASS Setting 'text-size-adjust' to a time throws TypeError
PASS Setting 'text-size-adjust' to an angle throws TypeError
PASS Setting 'text-size-adjust' to a flexible length throws TypeError
PASS Setting 'text-size-adjust' to a number throws TypeError
PASS Setting 'text-size-adjust' to a position throws TypeError
PASS Setting 'text-size-adjust' to a URL throws TypeError
PASS Setting 'text-size-adjust' to a transform throws TypeError
Harness: the test ran to completion.