blob: 6763889a980c157794c2d04fb89b629e4a9fea70 [file] [log] [blame]
PASS Calling StylePropertyMap.has with an unsupported property throws a TypeError
FAIL Calling StylePropertyMap.has with a property not in the property model returns false undefined is not an object (evaluating 'styleMap.has')
FAIL Calling StylePropertyMap.has with a custom property not in the property model returns false undefined is not an object (evaluating 'styleMap.has')
FAIL Calling StylePropertyMap.has with a valid property returns true undefined is not an object (evaluating 'styleMap.has')
FAIL Calling StylePropertyMap.has with a valid property in mixed case returns true undefined is not an object (evaluating 'styleMap.has')
FAIL Calling StylePropertyMap.has with a valid shorthand specified explicitly returns true undefined is not an object (evaluating 'styleMap.has')
FAIL Calling StylePropertyMap.has with a valid shorthand only partially specified returns false undefined is not an object (evaluating 'styleMap.has')
FAIL Calling StylePropertyMap.has with a valid custom property returns true undefined is not an object (evaluating 'styleMap.has')
FAIL Calling StylePropertyMap.has with a valid list-valued property returns true undefined is not an object (evaluating 'styleMap.has')