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

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

Issue 2938543003: Remove almost all Javascript calls to setColorProfile (Closed)
Patch Set: 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-filter.html
diff --git a/third_party/WebKit/LayoutTests/images/color-profile-filter.html b/third_party/WebKit/LayoutTests/images/color-profile-filter.html
index 39f3fca323b81ed6143f7762e34cddb8f0f82533..f0cf66e7c60954965f44798797c3f386e914aa1b 100644
--- a/third_party/WebKit/LayoutTests/images/color-profile-filter.html
+++ b/third_party/WebKit/LayoutTests/images/color-profile-filter.html
@@ -22,11 +22,7 @@ function load(element) {
element.classList.add('filter');
if (++images == 6 && window.testRunner)
- setTimeout(function() { testRunner.setColorProfile('colorSpin', done) }, 100);
-}
-
-function done() {
- setTimeout(function() { testRunner.notifyDone() }, 0);
+ setTimeout(function() { testRunner.notifyDone() }, 0);
}
if (window.testRunner) {

Powered by Google App Engine
This is Rietveld 408576698