9 border:
2px solid black;
16 background-color:grey;
22 background-color:green;
35 <div id='inner'
></div>
40 <div id=
"output">Failure
</div>
42 if (window
.testRunner
) {
43 testRunner
.dumpAsText();
47 var output
= document
.getElementById("output");
48 if (document
.getElementById('inner').offsetLeft
== 210) {
49 output
.innerHTML
= "Success"
53 document
.getElementById('outer').style
.left
= '200px';