4 transition: background, -webkit-mask
1s;
8 <p>This tests a crash that was occuring when a transition was targeting background or -webkit-mask properties on an element that did not have any style specified for those properties. This test passes if it does not crash.
</p>
10 if (window
.testRunner
) {
11 testRunner
.dumpAsText();
12 testRunner
.waitUntilDone();
14 setTimeout(function() {
15 test
.style
.backgroundColor
= 'green';
16 setTimeout(function() {
17 if (window
.testRunner
)
18 testRunner
.notifyDone();