| Index: third_party/WebKit/LayoutTests/media/color-profile-video-seek-filter.html
|
| diff --git a/third_party/WebKit/LayoutTests/media/color-profile-video-seek-filter.html b/third_party/WebKit/LayoutTests/media/color-profile-video-seek-filter.html
|
| index 61ec8896aedcc44506b44018b14f00e57febe386..8267d190efe5d3c2fae2b527b489bba2d7157c79 100644
|
| --- a/third_party/WebKit/LayoutTests/media/color-profile-video-seek-filter.html
|
| +++ b/third_party/WebKit/LayoutTests/media/color-profile-video-seek-filter.html
|
| @@ -34,7 +34,7 @@ window.onload = function() {
|
| video.addEventListener('seeked', function() {
|
| video.classList.add('filter');
|
| if (window.testRunner)
|
| - setTimeout(function() { testRunner.setColorProfile('colorSpin', done) }, 100);
|
| + setTimeout(function() { testRunner.notifyDone() }, 0);
|
| video.pause();
|
| }, false);
|
|
|
| @@ -46,10 +46,6 @@ function seek(video, time) {
|
| video.currentTime = time;
|
| }
|
|
|
| -function done() {
|
| - setTimeout(function() { testRunner.notifyDone() }, 0);
|
| -}
|
| -
|
| if (window.testRunner) {
|
| testRunner.dumpAsTextWithPixelResults();
|
| testRunner.waitUntilDone();
|
|
|