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

Unified Diff: third_party/WebKit/LayoutTests/images/color-profile-image-canvas-svg.html

Issue 2936163002: Re-enable media query API test (Closed)
Patch Set: Just API 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
« no previous file with comments | « third_party/WebKit/LayoutTests/images/color-profile-image-canvas.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/images/color-profile-image-canvas-svg.html
diff --git a/third_party/WebKit/LayoutTests/images/color-profile-image-canvas-svg.html b/third_party/WebKit/LayoutTests/images/color-profile-image-canvas-svg.html
index da2a728f304f56757a8f97b21b4759251059e43d..54e7fb16d58b6cf00bb6bdb51433635f5b501fd7 100644
--- a/third_party/WebKit/LayoutTests/images/color-profile-image-canvas-svg.html
+++ b/third_party/WebKit/LayoutTests/images/color-profile-image-canvas-svg.html
@@ -37,15 +37,7 @@ function drawImageToCanvas(image) {
canvas.getContext('2d').drawImage(image, 0, 0);
if (window.testRunner)
- runAfterLayoutAndPaint(setWhackedColorProfile);
-}
-
-function setWhackedColorProfile() {
- window.testRunner.setColorProfile('colorSpin', done);
-}
-
-function done() {
- setTimeout(function() { window.testRunner.notifyDone() }, 0);
+ setTimeout(function() { window.testRunner.notifyDone() }, 0);
}
if (window.testRunner) {
« no previous file with comments | « third_party/WebKit/LayoutTests/images/color-profile-image-canvas.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698