blob: b96d5339c238132c45736fbb98081563def2b11f [file] [log] [blame]
Tests that a style recalc on the inner element after the outer one works correctly. See also crbug.com/346928.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS getComputedStyle(outer).width is "200px"
PASS getComputedStyle(inner).width is "150px"
PASS successfullyParsed is true
TEST COMPLETE