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

Unified Diff: LayoutTests/fast/canvas/drawImage-with-broken-image.html

Issue 207383002: Remove repaint.js from layout tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: More expectations Created 6 years, 9 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: LayoutTests/fast/canvas/drawImage-with-broken-image.html
diff --git a/LayoutTests/fast/canvas/drawImage-with-broken-image.html b/LayoutTests/fast/canvas/drawImage-with-broken-image.html
index 92b1778ef9df912ed2cdb6861095ad47481d9a14..3a9462cc50cde37a780a213782b1c30e160042be 100644
--- a/LayoutTests/fast/canvas/drawImage-with-broken-image.html
+++ b/LayoutTests/fast/canvas/drawImage-with-broken-image.html
@@ -9,7 +9,7 @@
// Create an image with invalid data.
var invalidImage = new Image();
- invalidImage.src = 'resources/repaint.js';
+ invalidImage.src = 'resources/shadow-offset.js';
invalidImage.onerror = draw;
var ctx = document.createElement("canvas").getContext('2d');

Powered by Google App Engine
This is Rietveld 408576698