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

Unified Diff: third_party/WebKit/LayoutTests/images/color-profile-layer.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-layer.html
diff --git a/third_party/WebKit/LayoutTests/images/color-profile-layer.html b/third_party/WebKit/LayoutTests/images/color-profile-layer.html
index e397622fa02fd3a3f8b97ff5fc7308f2a6dac142..26d5f9905c0db874a43c4960302df4c2bc5bea73 100644
--- a/third_party/WebKit/LayoutTests/images/color-profile-layer.html
+++ b/third_party/WebKit/LayoutTests/images/color-profile-layer.html
@@ -27,11 +27,7 @@ function load(element) {
element.classList.add('layer');
if (++images == 6 && window.testRunner)
- setTimeout(function() { testRunner.setColorProfile('colorSpin', done) }, 500);
-}
-
-function done() {
- setTimeout(function() { testRunner.notifyDone() }, 0);
+ setTimeout(function() { testRunner.notifyDone() }, 0);
}
if (window.testRunner) {

Powered by Google App Engine
This is Rietveld 408576698