Tests using calculated value in function() for '-webkit-grid-template-rows' CSS property works.

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


PASS testDiv.style['-webkit-grid-template-rows'] is ""
testDiv.style['-webkit-grid-template-rows'] = 'repeat(calc(1 + 1), 18px)'
PASS testDiv.style['-webkit-grid-template-rows'] is "18px 18px"
PASS window.getComputedStyle(testDiv).getPropertyValue('-webkit-grid-template-rows') is "18px 18px"
PASS successfullyParsed is true

TEST COMPLETE

