blob: d0af3ce1582ef2f23a9f91fcd17d512fb72c6f32 [file] [log] [blame]
Tests assigning a calculated value to z-index CSS property.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS testDiv.style['z-index'] is ""
testDiv.style['z-index'] = 'calc(-2 * 3)'
PASS testDiv.style['z-index'] is "-6"
PASS window.getComputedStyle(testDiv).getPropertyValue('z-index') is "-6"
PASS successfullyParsed is true
TEST COMPLETE