| Index: third_party/WebKit/LayoutTests/animations/inline-transform.html
|
| diff --git a/third_party/WebKit/LayoutTests/animations/inline-transform.html b/third_party/WebKit/LayoutTests/animations/inline-transform.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..44408df4ecf91f6c605feb9f77bce8cd7d58a439
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/animations/inline-transform.html
|
| @@ -0,0 +1,8 @@
|
| +<!DOCTYPE html>
|
| +<span id=target>PASS</span>
|
| +<script>
|
| +requestAnimationFrame(() => target.animate([
|
| + {transform: 'translateY(-1000px)'},
|
| + {transform: 'translateY(-2000px)'},
|
| +], 100000));
|
| +</script>
|
|
|