| Index: LayoutTests/fast/dynamic/containing-block-change.html
|
| diff --git a/LayoutTests/fast/dynamic/containing-block-change.html b/LayoutTests/fast/dynamic/containing-block-change.html
|
| index 5130825ef0d60fd76a791c277f5a48c51ea125ee..b323508486dfd688fa00fbf1f35bf1af20c5d229 100644
|
| --- a/LayoutTests/fast/dynamic/containing-block-change.html
|
| +++ b/LayoutTests/fast/dynamic/containing-block-change.html
|
| @@ -2,14 +2,10 @@
|
| function test()
|
| {
|
| document.body.offsetTop; // force layout
|
| - if (window.testRunner)
|
| - testRunner.display();
|
| var t = document.getElementById('t');
|
| t.style.position = 'relative';
|
| document.body.offsetTop; // force layout
|
| t.lastChild.removeChild(t.lastChild.lastChild);
|
| - if (window.testRunner)
|
| - testRunner.display();
|
| }
|
| </script>
|
| <body onload="test()">
|
|
|