| Index: LayoutTests/fast/repaint/bugzilla-6473.html
|
| diff --git a/LayoutTests/fast/repaint/bugzilla-6473.html b/LayoutTests/fast/repaint/bugzilla-6473.html
|
| index acf2bb35c21918e3b3755ab71e31ad53b67c97b7..52f0f04991357d4e627632334fec94313aecb956 100644
|
| --- a/LayoutTests/fast/repaint/bugzilla-6473.html
|
| +++ b/LayoutTests/fast/repaint/bugzilla-6473.html
|
| @@ -4,20 +4,9 @@
|
| <head>
|
| <script src="resources/text-based-repaint.js"></script>
|
| <script type="text/javascript">
|
| -function finish()
|
| -{
|
| - document.getElementById('allcontent').style.overflow = '';
|
| -
|
| - if (window.testRunner)
|
| - testRunner.notifyDone();
|
| -}
|
| -
|
| function repaintTest()
|
| {
|
| - if (window.testRunner)
|
| - testRunner.waitUntilDone();
|
| -
|
| - window.setTimeout(finish, 1);
|
| + document.getElementById('allcontent').style.overflow = '';
|
| }
|
| </script>
|
| </head>
|
|
|