3 body { -webkit-transition: background-color
1ms }
4 #nomatch :last-child { color: green }
6 <p>Pass if no assert or crash.
</p>
8 if (window
.testRunner
) {
9 testRunner
.dumpAsText();
10 testRunner
.waitUntilDone();
11 document
.body
.addEventListener("transitionend", function(){ testRunner
.notifyDone(); }, false);
13 document
.body
.offsetTop
;
14 document
.body
.style
.backgroundColor
= "green";