blob: 965a95e569ce27efdbad41a264c3927ec7dad065 [file] [log] [blame]
This is a testharness.js-based test.
PASS Can set 'text-transform' to CSS-wide keywords
PASS Can set 'text-transform' to var() references
PASS Can set 'text-transform' to the 'none' keyword
FAIL Can set 'text-transform' to the 'captialize' keyword Failed to execute 'set' on 'StylePropertyMap': Invalid type for property
PASS Can set 'text-transform' to the 'uppercase' keyword
PASS Can set 'text-transform' to the 'lowercase' keyword
FAIL Can set 'text-transform' to the 'full-width' keyword Failed to execute 'set' on 'StylePropertyMap': Invalid type for property
PASS Setting 'text-transform' to a length throws TypeError
PASS Setting 'text-transform' to a percent throws TypeError
PASS Setting 'text-transform' to a time throws TypeError
PASS Setting 'text-transform' to an angle throws TypeError
PASS Setting 'text-transform' to a flexible length throws TypeError
PASS Setting 'text-transform' to a number throws TypeError
PASS Setting 'text-transform' to a position throws TypeError
PASS Setting 'text-transform' to a URL throws TypeError
PASS Setting 'text-transform' to a transform throws TypeError
Harness: the test ran to completion.