1 Tests that a style recalc on the inner element after the outer one works correctly. See also crbug.com/346928.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS getComputedStyle(outer).width is "200px"
7 PASS getComputedStyle(inner).width is "150px"
8 PASS successfullyParsed is true