Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(958)

Unified Diff: tools/perf/page_sets/tough_animation_cases.py

Issue 1159453006: CL for perf tryjob on android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/perf/page_sets/tough_animation_cases/mix_blend_mode_animation_difference.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | tools/perf/page_sets/tough_animation_cases/mix_blend_mode_animation_difference.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698