blob: b5d99d9092b050440fff3c829c654ec651fb616a [file] [log] [blame]
This is a testharness.js-based test.
PASS Can set 'stroke-linejoin' to CSS-wide keywords
PASS Can set 'stroke-linejoin' to var() references
FAIL Can set 'stroke-linejoin' to the 'crop' keyword Failed to execute 'set' on 'StylePropertyMap': Invalid type for property
FAIL Can set 'stroke-linejoin' to the 'arcs' keyword Failed to execute 'set' on 'StylePropertyMap': Invalid type for property
PASS Can set 'stroke-linejoin' to the 'miter' keyword
PASS Can set 'stroke-linejoin' to the 'bevel' keyword
PASS Can set 'stroke-linejoin' to the 'round' keyword
FAIL Can set 'stroke-linejoin' to the 'stupid' keyword Failed to execute 'set' on 'StylePropertyMap': Invalid type for property
PASS Setting 'stroke-linejoin' to a length throws TypeError
PASS Setting 'stroke-linejoin' to a percent throws TypeError
PASS Setting 'stroke-linejoin' to a time throws TypeError
PASS Setting 'stroke-linejoin' to an angle throws TypeError
PASS Setting 'stroke-linejoin' to a flexible length throws TypeError
PASS Setting 'stroke-linejoin' to a number throws TypeError
PASS Setting 'stroke-linejoin' to a position throws TypeError
PASS Setting 'stroke-linejoin' to a URL throws TypeError
PASS Setting 'stroke-linejoin' to a transform throws TypeError
FAIL 'stroke-linejoin' does not supported 'crop bevel' assert_not_equals: Unsupported value must not be null got disallowed value null
FAIL 'stroke-linejoin' does not supported 'round arcs' assert_not_equals: Unsupported value must not be null got disallowed value null
Harness: the test ran to completion.