Chromium Code Reviews
DescriptionFix a bug where video animations were being merged into other animations
This was because the clause to compute whether a proto expectation
was a video animation:
var isVideo = pe.containsTypeNames([INITIATOR_TYPE.VIDEO]);
would always return false because PE was the initiator type name, not
the type of any events in the associated events.
BUG=catapult:#706004
Review-Url: https://codereview.chromium.org/2778993004
Committed: https://chromium.googlesource.com/external/github.com/catapult-project/catapult/+/d3a91071e560106b98d072184a54276ae13713cc
Patch Set 1 #
Total comments: 8
Patch Set 2 : Checkpoint. #
Messages
Total messages: 10 (5 generated)
|
||||||||||||||||||||||||||||