4 if (window
.testRunner
) {
5 testRunner
.dumpAsText();
6 testRunner
.waitUntilDone();
10 document
.getElementById('theelement').style
.setProperty('visibility','hidden','');
11 document
.getElementById('theelement').style
.removeProperty('-webkit-perspective');
14 document
.body
.offsetTop
;
16 if (window
.testRunner
)
17 testRunner
.notifyDone();
21 <body onload=
"setTimeout(dotest,0)">
22 <p>This test verifies no assertion failure is raised when visibility and need for compositing are turned off at same time.
</p>
24 <div id=
"theelement" class=
"abstop" style=
"position: absolute; -webkit-perspective: 1">This line should be invisible
</div>