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