Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Unified Diff: third_party/WebKit/LayoutTests/fast/canvas/canvas-composite-repaint-by-all-imagesource.html

Issue 1972273002: Let repaint tests test pixels by default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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++) {

Powered by Google App Engine
This is Rietveld 408576698