Re: [custom-elements-tests] Add a CEReactions test for CSSStyleDeclaration. (#3968)

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