This test checks that -internal-* properties are not exposed to JS.
Testing -internal-marquee-direction
PASS window.getComputedStyle(element).getPropertyValue(property) is ""
PASS element.style[property] is undefined.
Value after setting -internal-marquee-direction to alternate
PASS element.style[property] is undefined.
PASS successfullyParsed is true
TEST COMPLETE