| Index: tools/perf/page_sets/tough_animation_cases.py
|
| diff --git a/tools/perf/page_sets/tough_animation_cases.py b/tools/perf/page_sets/tough_animation_cases.py
|
| index 485926a671f6a8b4362a6cc40d5aa3ae28d327bc..b6fe811a242f412fb35203e0efdab2592aea87f5 100644
|
| --- a/tools/perf/page_sets/tough_animation_cases.py
|
| +++ b/tools/perf/page_sets/tough_animation_cases.py
|
| @@ -241,7 +241,18 @@ class ToughAnimationCasesPageSet(page_set_module.PageSet):
|
| # Why: Tests various transitions.
|
| 'file://tough_animation_cases/transform_transitions.html',
|
| # Why: JS execution blocks CSS transition unless initial transform is set.
|
| - 'file://tough_animation_cases/transform_transition_js_block.html'
|
| + 'file://tough_animation_cases/transform_transition_js_block.html',
|
| + # Why: Tests animating elements having mix-blend-mode: difference (a
|
| + # separable popular blend mode).
|
| + 'file://tough_animation_cases/mix_blend_mode_animation_difference.html',
|
| + # Why: Tests animating elements having mix-blend-mode: hue (a
|
| + # non-separable blend mode).
|
| + 'file://tough_animation_cases/mix_blend_mode_animation_hue.html',
|
| + # Why: Tests animating elements having mix-blend-mode: screen.
|
| + 'file://tough_animation_cases/mix_blend_mode_animation_screen.html',
|
| + # Why: Tests software-animating a deep DOM subtree having one blending
|
| + # leaf.
|
| + 'file://tough_animation_cases/mix_blend_mode_propagating_isolation.html',
|
|
|
| # Disabled: crbug.com/350692
|
| # Why: Login page is slow because of ineffecient transform operations.
|
|
|