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

Unified Diff: third_party/WebKit/LayoutTests/images/color-profile-animate.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-animate.html
diff --git a/third_party/WebKit/LayoutTests/images/color-profile-animate.html b/third_party/WebKit/LayoutTests/images/color-profile-animate.html
index d500106b76e30a0a4be6bcf8ebe234ef0b432d08..043618148dd6f87b9a5b33a0ddc20605c2349f8d 100644
--- a/third_party/WebKit/LayoutTests/images/color-profile-animate.html
+++ b/third_party/WebKit/LayoutTests/images/color-profile-animate.html
@@ -22,11 +22,7 @@ function fade(element) {
function end(event) {
if (window.testRunner)
- testRunner.setColorProfile('colorSpin', done);
-}
-
-function done() {
- setTimeout(function() { testRunner.notifyDone() }, 0);
+ setTimeout(function() { testRunner.notifyDone() }, 0);
}
if (window.testRunner) {

Powered by Google App Engine
This is Rietveld 408576698