8 border:
1px solid black;
13 background-color:blue;
14 transform: rotate(
180deg);
19 background-color:green;
29 FAIL. The transform has not been applied to the scrollHeight.
34 <div id=
"spill"></div>
39 if (window
.testRunner
)
40 testRunner
.dumpAsText();
41 var scroll
= document
.getElementById("scroll");
42 var scrollHeight
= scroll
.scrollHeight
;
43 if (scrollHeight
> 215) {
44 var result
= document
.getElementById("result");
45 result
.innerHTML
= "SUCCESS! The transform was applied to the scrollHeight!";