| Index: third_party/WebKit/LayoutTests/images/dispose-previous.html
|
| diff --git a/third_party/WebKit/LayoutTests/images/dispose-previous.html b/third_party/WebKit/LayoutTests/images/dispose-previous.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..6210851fc399f1ea71d6cedb9690ff99c2997ce4
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/images/dispose-previous.html
|
| @@ -0,0 +1,17 @@
|
| +<link rel="match" href="dispose-previous-expected.html"/>
|
| +<img id="apng" src=resources/crbug722072.png />
|
| +<script>
|
| +if (window.testRunner) {
|
| + window.onload = function() {
|
| + testRunner.waitUntilDone();
|
| +
|
| + // Jump to the final frame.
|
| + for (var i = 0; i < 3; i++)
|
| + window.internals.advanceImageAnimation(apng);
|
| +
|
| + requestAnimationFrame(function() {
|
| + testRunner.notifyDone();
|
| + });
|
| + }
|
| +}
|
| +</script>
|
|
|