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

Unified Diff: third_party/WebKit/LayoutTests/fast/images/color-profile-animate-rotate.html

Issue 2217463003: Color profile layout test cleanup (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/fast/images/color-profile-animate-rotate.html
diff --git a/third_party/WebKit/LayoutTests/fast/images/color-profile-animate-rotate.html b/third_party/WebKit/LayoutTests/fast/images/color-profile-animate-rotate.html
index eb960b98e178da39a010d6cc34080e5ff28fc3cf..97f73db1d57335954678f86f94cb239dde0b2c74 100644
--- a/third_party/WebKit/LayoutTests/fast/images/color-profile-animate-rotate.html
+++ b/third_party/WebKit/LayoutTests/fast/images/color-profile-animate-rotate.html
@@ -29,7 +29,7 @@ function rotate(element) {
function start(event) {
if (window.testRunner)
- setTimeout(function() { testRunner.setColorProfile('whacked', new Function()) }, 100);
+ setTimeout(function() { testRunner.setColorProfile('colorSpin', new Function()) }, 100);
}
function end(event) {
@@ -37,9 +37,6 @@ function end(event) {
setTimeout(function() { testRunner.notifyDone() }, 0);
}
-if (window.internals)
- internals.settings.setImageColorProfilesEnabled(true);
-
if (window.testRunner) {
testRunner.dumpAsTextWithPixelResults();
testRunner.waitUntilDone();

Powered by Google App Engine
This is Rietveld 408576698