blob: 4a7160f19faea8d624fd680d938c6c2d5bf12ba5 [file] [log] [blame]
This is a testharness.js-based test.
PASS Can set 'word-spacing' to CSS-wide keywords
PASS Can set 'word-spacing' to var() references
FAIL Can set 'word-spacing' to the 'normal' keyword assert_equals: expected "CSSKeywordValue" but got "CSSUnitValue"
PASS Can set 'word-spacing' to a length
FAIL Can set 'word-spacing' to a percent Failed to execute 'set' on 'StylePropertyMap': Invalid type for property
PASS Setting 'word-spacing' to a time throws TypeError
PASS Setting 'word-spacing' to an angle throws TypeError
PASS Setting 'word-spacing' to a flexible length throws TypeError
PASS Setting 'word-spacing' to a number throws TypeError
PASS Setting 'word-spacing' to a position throws TypeError
PASS Setting 'word-spacing' to a URL throws TypeError
PASS Setting 'word-spacing' to a transform throws TypeError
Harness: the test ran to completion.