Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add failing test for default-valued properties
@attrable properties with a default value specified using a getter method incorrectly have their setter method called with an empty string. This incorrect behaviour does not happen if: - the property is in the html definition - the property does not have a default value supplied by a getter method
- Loading branch information