- From: Ryosuke Niwa <web-platform-tests-notifications@w3.org>
- Date: Fri, 28 Oct 2016 21:22:37 GMT
- To: public-web-platform-tests-notifications@w3.org
Oh, `propertyName` is only used for checking the style attribute's value. Because modern engines covert prefixed property names to unprefixed ones as they parse, we need to be asserting against `border-radius: 1px` instead of `border-radius: 5px`. View on GitHub: https://github.com/w3c/web-platform-tests/pull/3968#issuecomment-257031933
Received on Friday, 28 October 2016 21:22:49 UTC