| Index: third_party/WebKit/LayoutTests/animations/background-shorthand-crash.html
|
| diff --git a/third_party/WebKit/LayoutTests/animations/background-shorthand-crash.html b/third_party/WebKit/LayoutTests/animations/background-shorthand-crash.html
|
| deleted file mode 100644
|
| index 3d01c87816c97eb378bb82249c38552f7a2341b4..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/animations/background-shorthand-crash.html
|
| +++ /dev/null
|
| @@ -1,21 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<style>
|
| -body {
|
| - background: url('a'), url('b');
|
| - animation: test 1s;
|
| -}
|
| -
|
| -@keyframes test {
|
| - to { background: url('a'), url('b'); }
|
| -}
|
| -</style>
|
| -<pre>This test passes if it does not crash.</pre>
|
| -<script>
|
| -if (window.testRunner) {
|
| - testRunner.dumpAsText();
|
| - testRunner.waitUntilDone();
|
| - requestAnimationFrame(function () {
|
| - testRunner.notifyDone();
|
| - });
|
| -}
|
| -</script>
|
|
|