| Index: third_party/WebKit/LayoutTests/animations/usecounter-tests/function-easing-use-counters-other2.html
|
| diff --git a/third_party/WebKit/LayoutTests/animations/usecounter-tests/function-easing-use-counters-other2.html b/third_party/WebKit/LayoutTests/animations/usecounter-tests/function-easing-use-counters-other2.html
|
| deleted file mode 100644
|
| index 6972e0a2e8968da4656c79aed80ea81346d2e3cf..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/animations/usecounter-tests/function-easing-use-counters-other2.html
|
| +++ /dev/null
|
| @@ -1,17 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<script src="../../resources/testharness.js"></script>
|
| -<script src="../../resources/testharnessreport.js"></script>
|
| -<script>
|
| -'use strict';
|
| -// From UseCounter.h
|
| -var WebAnimationsEasingAsFunctionLinear = 1295;
|
| -var WebAnimationsEasingAsFunctionOther = 1296;
|
| -
|
| -test(() => {
|
| - assert_throws(
|
| - {name: 'TypeError'},
|
| - function() { document.documentElement.animate([], { easing: 'function(x, y){return 0.3}' }) });
|
| - assert_false(internals.isUseCounted(document, WebAnimationsEasingAsFunctionLinear));
|
| - assert_true(internals.isUseCounted(document, WebAnimationsEasingAsFunctionOther));
|
| -}, 'Arbitrary functions for easing are counted in WebAnimationsEasingAsFunctionOther.');
|
| -</script>
|
|
|