JS não capaz de ler CSS

alert(getComputedStyle(document.getElementById("myDiv")).borderTopColor);
Wicked Walrus