1 <div style=
"display: table-cell; vertical-align: bottom; width: 100px; height: 100px; overflow: hidden; background-color: red;">
2 <div id=
"target" style=
"width: 100px; height: 50px; background-color: green;"></div>
6 testRunner
.waitUntilDone();
10 document
.getElementById("target").style
.height
= "100px";
11 if (window
.testRunner
)
12 testRunner
.notifyDone();