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

Unified Diff: third_party/WebKit/LayoutTests/images/color-profile-image-object-fit.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-image-object-fit.html
diff --git a/third_party/WebKit/LayoutTests/images/color-profile-image-object-fit.html b/third_party/WebKit/LayoutTests/images/color-profile-image-object-fit.html
index 0751ac028ffb118b1cd4aa68802afa005eea4c1e..f37dac0a283569b1bfd245f4ad3f3ec54e1d1e04 100644
--- a/third_party/WebKit/LayoutTests/images/color-profile-image-object-fit.html
+++ b/third_party/WebKit/LayoutTests/images/color-profile-image-object-fit.html
@@ -24,11 +24,7 @@ var images = 0;
function load() {
if (++images == 2 && window.testRunner)
- setTimeout(function() { testRunner.setColorProfile('colorSpin', done) }, 200);
-}
-
-function done() {
- setTimeout(function() { testRunner.notifyDone() }, 0);
+ setTimeout(function() { testRunner.notifyDone() }, 0);
}
if (window.testRunner) {

Powered by Google App Engine
This is Rietveld 408576698