| Index: third_party/WebKit/LayoutTests/web-animations-api/change-in-animation-frame.html
|
| diff --git a/third_party/WebKit/LayoutTests/web-animations-api/change-in-animation-frame.html b/third_party/WebKit/LayoutTests/web-animations-api/change-in-animation-frame.html
|
| deleted file mode 100644
|
| index e9f96347bc5c0b90919ea3b607e8e5e72308c819..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/web-animations-api/change-in-animation-frame.html
|
| +++ /dev/null
|
| @@ -1,17 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<div id="pass" style="visibility: hidden">PASS</div>
|
| -<div id="fail" style="visibility: visible">FAIL</div>
|
| -<script>
|
| -if (window.testRunner) {
|
| - testRunner.dumpAsText();
|
| - testRunner.waitUntilDone();
|
| -}
|
| -
|
| -requestAnimationFrame(function() {
|
| - document.getElementById('pass').animate([{visibility: 'visible'}, {visibility: 'visible'}], {fill: 'forwards'});
|
| - document.getElementById('fail').animate([{visibility: 'hidden'}, {visibility: 'hidden'}], {fill: 'forwards'});
|
| - if (window.testRunner) {
|
| - testRunner.notifyDone();
|
| - }
|
| -});
|
| -</script>
|
|
|