1 Check if replacing innerHTML handles :last-child properly.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 Replacing three children.
7 PASS getComputedStyle(element).getPropertyValue('color') is 'rgb(0, 0, 255)'
8 PASS getComputedStyle(element).getPropertyValue('color') is 'rgb(0, 0, 0)'
9 PASS getComputedStyle(element).getPropertyValue('color') is 'rgb(128, 0, 128)'
11 PASS getComputedStyle(element).getPropertyValue('color') is 'rgb(0, 0, 255)'
12 PASS getComputedStyle(element).getPropertyValue('color') is 'rgb(0, 0, 0)'
13 PASS getComputedStyle(element).getPropertyValue('color') is 'rgb(128, 0, 128)'
14 PASS successfullyParsed is true