blob: 18db611c91112d8095c66a35747fc6986630fda9 [file] [log] [blame]
This is a testharness.js-based test.
PASS Can set 'text-decoration-line' to CSS-wide keywords
PASS Can set 'text-decoration-line' to var() references
PASS Can set 'text-decoration-line' to the 'none' keyword
PASS Can set 'text-decoration-line' to the 'underline' keyword
PASS Can set 'text-decoration-line' to the 'overline' keyword
PASS Can set 'text-decoration-line' to the 'line-through' keyword
FAIL Can set 'text-decoration-line' to the 'blink' keyword assert_equals: expected "blink" but got "none"
FAIL Can set 'text-decoration-line' to the 'spelling-error' keyword Failed to execute 'set' on 'StylePropertyMap': Invalid type for property
FAIL Can set 'text-decoration-line' to the 'grammar-error' keyword Failed to execute 'set' on 'StylePropertyMap': Invalid type for property
PASS Setting 'text-decoration-line' to a length throws TypeError
PASS Setting 'text-decoration-line' to a percent throws TypeError
PASS Setting 'text-decoration-line' to a time throws TypeError
PASS Setting 'text-decoration-line' to an angle throws TypeError
PASS Setting 'text-decoration-line' to a flexible length throws TypeError
PASS Setting 'text-decoration-line' to a number throws TypeError
PASS Setting 'text-decoration-line' to a position throws TypeError
PASS Setting 'text-decoration-line' to a URL throws TypeError
PASS Setting 'text-decoration-line' to a transform throws TypeError
Harness: the test ran to completion.