| Index: third_party/WebKit/LayoutTests/animations/element-animate-font-style-crash.html
|
| diff --git a/third_party/WebKit/LayoutTests/animations/element-animate-font-style-crash.html b/third_party/WebKit/LayoutTests/animations/element-animate-font-style-crash.html
|
| deleted file mode 100644
|
| index 3db74bd46b8e0cba5616ba3e0ba4f6e2e54da019..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/animations/element-animate-font-style-crash.html
|
| +++ /dev/null
|
| @@ -1,11 +0,0 @@
|
| -<div id="target">This test passes if it does not crash.</div>
|
| -<script>
|
| -target.animate([{fontStyle: "oblique"}, {fontStyle: "oblique"}], 1000);
|
| -if (window.testRunner) {
|
| - testRunner.waitUntilDone();
|
| - testRunner.dumpAsText();
|
| - requestAnimationFrame(function() {
|
| - testRunner.notifyDone();
|
| - });
|
| -}
|
| -</script>
|
|
|