Skip to content

Commit

Permalink
Restore dropped test in transition-timing-function-computed.html
Browse files Browse the repository at this point in the history
This part of 0d2db6ea124f47dd9ffd8bbd1c6198f46b58e628 wasn't correctly
exported in #19124 and
then reverted by dd5d2254250ea85d458f6e6d581f137022ca89d5.

Bug: 1007920
Change-Id: I0090bfc009c1faa994323af69d2994f38d4790f4
  • Loading branch information
foolip authored and chromium-wpt-export-bot committed Sep 25, 2019
1 parent 24fa119 commit 567561f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

test_computed_value("transition-timing-function", "step-start", "steps(1, start)");
test_computed_value("transition-timing-function", "step-end", "steps(1)");
test_computed_value("transition-timing-function", "steps(4)");
test_computed_value("transition-timing-function", "steps(4, start)");
test_computed_value("transition-timing-function", "steps(2, end)", "steps(2)");
test_computed_value("transition-timing-function", "steps(2, jump-start)");
Expand Down

0 comments on commit 567561f

Please sign in to comment.