Bug 1513706 - Part 3: Remove duplicated test. r=pbro

Depends on D14839

We moved all negative delay path related tests to
`browser_animation_summary-graph_negative-delay-path.js`.
Thus, "delay-negative" test in
`browser_animation_summary-graph_computed-timing-path.js` duplicates.

In this patch, remove the duplicated test.
However, if we remove this test, the drawing area of the graph will be reduced
by that negative delay. So, we remove the test area which reduced at the same
time.

Differential Revision: https://phabricator.services.mozilla.com/D15064

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Daisuke Akatsuka 2018-12-20 12:42:06 +00:00
parent 6d07d13586
commit 6ad38d7c57

View File

@ -54,18 +54,6 @@ const TEST_DATA = [
],
],
},
{
targetClass: "delay-negative",
expectedIterationPathList: [
[
{ x: 0, y: 0 },
{ x: 0, y: 50 },
{ x: 250000, y: 75 },
{ x: 500000, y: 100 },
{ x: 500000, y: 0 },
],
],
},
{
targetClass: "easing-step",
expectedIterationPathList: [
@ -127,8 +115,6 @@ const TEST_DATA = [
expectedForwardsPath: [
{ x: 1500000, y: 0 },
{ x: 1500000, y: 100 },
{ x: 2000000, y: 100 },
{ x: 2000000, y: 0 },
],
},
{
@ -146,9 +132,6 @@ const TEST_DATA = [
{ x: 1000000, y: 0 },
{ x: 1250000, y: 25 },
{ x: 1500000, y: 50 },
{ x: 1750000, y: 75 },
{ x: 2000000, y: 100 },
{ x: 2000000, y: 0 },
],
],
isInfinity: true,
@ -169,8 +152,6 @@ const TEST_DATA = [
{ x: 1000000, y: 100 },
{ x: 1250000, y: 75 },
{ x: 1500000, y: 50 },
{ x: 1750000, y: 25 },
{ x: 2000000, y: 0 },
],
],
isInfinity: true,
@ -190,9 +171,6 @@ const TEST_DATA = [
{ x: 1000000, y: 0 },
{ x: 1250000, y: 25 },
{ x: 1500000, y: 50 },
{ x: 1750000, y: 75 },
{ x: 2000000, y: 100 },
{ x: 2000000, y: 0 },
],
],
isInfinity: true,
@ -213,8 +191,6 @@ const TEST_DATA = [
{ x: 1000000, y: 100 },
{ x: 1250000, y: 75 },
{ x: 1500000, y: 50 },
{ x: 1750000, y: 25 },
{ x: 2000000, y: 0 },
],
],
isInfinity: true,
@ -270,8 +246,8 @@ const TEST_DATA = [
expectedForwardsPath: [
{ x: 1000000, y: 0 },
{ x: 1000000, y: 100 },
{ x: 2000000, y: 100 },
{ x: 2000000, y: 0 },
{ x: 1500000, y: 100 },
{ x: 1500000, y: 0 },
],
},
{
@ -316,8 +292,8 @@ const TEST_DATA = [
expectedForwardsPath: [
{ x: 1000000, y: 0 },
{ x: 1000000, y: 100 },
{ x: 2000000, y: 100 },
{ x: 2000000, y: 0 },
{ x: 1500000, y: 100 },
{ x: 1500000, y: 0 },
],
},
{