1 This test checks that the legacy -webkit-opacity style is mapped to the opacity style.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS document.getElementById('test-opacity').style.getPropertyValue('opacity') is '0.2'
7 PASS document.getElementById('test-opacity').style.getPropertyValue('-webkit-opacity') is '0.2'
8 PASS document.getElementById('test-webkit-opacity').style.getPropertyValue('opacity') is '0.8'
9 PASS document.getElementById('test-webkit-opacity').style.getPropertyValue('-webkit-opacity') is '0.8'
10 PASS successfullyParsed is true