8 border:
1px solid black;
14 background-color: green;
15 transform: translateY(
150px);
23 FAIL. The transform has not been applied to the scrollHeight.
27 <div id=
"transform"></div>
31 if (window
.testRunner
)
32 testRunner
.dumpAsText();
33 var scroll
= document
.getElementById("scroll");
34 var scrollHeight
= scroll
.scrollHeight
;
35 if (scrollHeight
> 200) {
36 var result
= document
.getElementById("result");
37 result
.innerHTML
= "SUCCESS! The transform was applied to the scrollHeight!";