Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[webdriver]: add test to verify consistency in color serialization
An issue has been raised in w3c/webdriver#1447 describing discrepancies serializing colors using the element css value command. The specification refers to the [computed value](https://drafts.csswg.org/css-cascade-4/#computed-value) which doesn't have clear definition on this for colors. However the WebDriver specification should have an interest normalizing these values as it is used for testing purposes.
- Loading branch information