blob: d30f139409347ae9f5e85942f1b112f6e8972e88 [file] [log] [blame]
This test checks that the legacy -apple-opacity, -khtml-opacity and -webkit-opacity styles are mapped to the opacity style.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS document.getElementById('test-opacity').style.getPropertyValue('opacity') is '0.2'
PASS document.getElementById('test-opacity').style.getPropertyValue('-webkit-opacity') is '0.2'
PASS document.getElementById('test-webkit-opacity').style.getPropertyValue('opacity') is '0.8'
PASS document.getElementById('test-webkit-opacity').style.getPropertyValue('-webkit-opacity') is '0.8'
PASS successfullyParsed is true
TEST COMPLETE