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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/canvas-resize-no-full-invalidation.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/repaint/canvas-resize-no-full-invalidation.html
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/canvas-resize-no-full-invalidation.html b/third_party/WebKit/LayoutTests/fast/repaint/canvas-resize-no-full-invalidation.html
index 8f7924d1bbfcb71bf19856aa8e2311c68c3bf193..410082177a47e758e52d3d439b2b8cc112e0f972 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/canvas-resize-no-full-invalidation.html
+++ b/third_party/WebKit/LayoutTests/fast/repaint/canvas-resize-no-full-invalidation.html
@@ -16,7 +16,7 @@ canvas {
Tests paint invalidation of canvas when it's resized which doesn't affect its contents. Passes if there is only incremental invalidation for the resized background.
<canvas id="canvas" width="500" height="500"></canvas>
-<script src="resources/text-based-repaint.js"></script>
+<script src="resources/repaint.js"></script>
<script>
function repaintTest() {
document.getElementById('canvas').style.width = '500px';

Powered by Google App Engine
This is Rietveld 408576698