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

Unified Diff: third_party/WebKit/LayoutTests/images/color-profile-image-canvas.html

Issue 2936163002: Re-enable media query API test (Closed)
Patch Set: Just API Created 3 years, 6 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/images/color-profile-image-canvas.html
diff --git a/third_party/WebKit/LayoutTests/images/color-profile-image-canvas.html b/third_party/WebKit/LayoutTests/images/color-profile-image-canvas.html
index cf89af030347932b5ac1636f0d69aebcea965f21..99bf3cd85b633ed250ecb9f40801706e5dc9e42b 100644
--- a/third_party/WebKit/LayoutTests/images/color-profile-image-canvas.html
+++ b/third_party/WebKit/LayoutTests/images/color-profile-image-canvas.html
@@ -32,11 +32,7 @@ function drawImageToCanvas() {
canvas.getContext('2d').drawImage(image, 0, 0, canvas.width, canvas.height);
if (window.testRunner)
- window.testRunner.setColorProfile('colorSpin', done);
-}
-
-function done() {
- setTimeout(function() { window.testRunner.notifyDone() }, 0);
+ setTimeout(function() { window.testRunner.notifyDone() }, 0);
}
if (window.testRunner) {

Powered by Google App Engine
This is Rietveld 408576698