blob: 3be0af67ea4232f11f6af45e1b34abec3ad5126c [file] [log] [blame]
This test checks that access to CSS properties via JavaScript properties on DOM elements is case sensitive.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS element.style.zIndex is '1'
PASS element.style.ZIndex is undefined.
PASS successfullyParsed is true
TEST COMPLETE