| Index: third_party/WebKit/LayoutTests/fast/canvas/canvas-composite-repaint-by-all-imagesource.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-composite-repaint-by-all-imagesource.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-composite-repaint-by-all-imagesource.html
|
| index abefc21aba911ecbdad3b67fba44955cb2b955c6..c2f844a3ac2462c64a87c36d23728abbe321fe45 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-composite-repaint-by-all-imagesource.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-composite-repaint-by-all-imagesource.html
|
| @@ -36,7 +36,7 @@
|
| <source src="resources/canvas_video.webm" type='video/webm' />
|
| <source src="resources/canvas_video.ogv" type='video/ogg' />
|
| </video></div>
|
| - <script src="../repaint/resources/text-based-repaint.js"></script>
|
| + <script src="../repaint/resources/repaint.js"></script>
|
| <script type="application/x-javascript">
|
| // These map to the rows of the table
|
| var compositeTypes = [
|
| @@ -127,7 +127,7 @@
|
| context.drawImage(document.getElementById('video'), 10, 10);
|
| }
|
|
|
| - // callback from text-based-repaint.js
|
| + // callback from repaint.js
|
| function repaintTest() {
|
| for (var i = 0; i < compositeTypes.length; i++) {
|
| for (var j = 0; j < testNames.length; j++) {
|
|
|