For getPropertyValue()you use a hyphen instead of camelCase.
This works in Chrome ...
.getPropertyValue('border-radius');
But Firefox seems to require certain angles using this syntax ...
.getPropertyValue('border-top-left-radius');
user1106925
source
share