1 Test that elements before inline stylesheets get their style updated properly
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS window.getComputedStyle(document.getElementById("testid")).backgroundColor is "rgb(0, 128, 0)"
7 PASS window.getComputedStyle(document.getElementsByClassName("testclass")[0]).backgroundColor is "rgb(0, 128, 0)"
8 PASS window.getComputedStyle(document.getElementById("testID2")).backgroundColor is "rgb(0, 128, 0)"
9 PASS window.getComputedStyle(document.getElementsByClassName("testClass2")[0]).backgroundColor is "rgb(0, 128, 0)"
10 PASS successfullyParsed is true
15 case insensitive id test
16 case insensitive class test