| Index: LayoutTests/fast/canvas/canvas-incremental-repaint-2.html
|
| diff --git a/LayoutTests/fast/canvas/canvas-incremental-repaint-2.html b/LayoutTests/fast/canvas/canvas-incremental-repaint-2.html
|
| index befd23a587f2dcd6f58001ded78656e75ab7df6d..8ced65a5f82f8d7d8be94fffffbfc445365dff78 100644
|
| --- a/LayoutTests/fast/canvas/canvas-incremental-repaint-2.html
|
| +++ b/LayoutTests/fast/canvas/canvas-incremental-repaint-2.html
|
| @@ -10,25 +10,13 @@
|
| border: 20px solid black;
|
| }
|
| </style>
|
| + <script src="resources/repaint.js"></script>
|
| <script type="text/javascript" charset="utf-8">
|
|
|
| if (window.testRunner) {
|
| testRunner.dumpAsTextWithPixelResults();
|
| - testRunner.waitUntilDone();
|
| }
|
|
|
| - function runRepaintTest()
|
| - {
|
| - if (window.testRunner) {
|
| - document.body.offsetTop;
|
| - testRunner.display();
|
| - repaintTest();
|
| - testRunner.notifyDone();
|
| - } else {
|
| - setTimeout(repaintTest, 0);
|
| - }
|
| - }
|
| -
|
| function repaintTest()
|
| {
|
| var canvas = document.getElementById('canvas1');
|
|
|