Add CSS Animations performance tests
commit4ba7ea704c5285b13a9481d51d636eed785abab3
authoralancutter <alancutter@chromium.org>
Tue, 4 Nov 2014 19:36:03 +0000 (4 11:36 -0800)
committerCommit bot <commit-bot@chromium.org>
Tue, 4 Nov 2014 19:36:27 +0000 (4 19:36 +0000)
tree1f7187010b0e79e74bbe16c7714a2c9176a5046f
parent800e030e283ccc0301b8d980e0ae152b93cb3420
Add CSS Animations performance tests

This adds several performance tests for CSS Animations
initiated in various ways.

BUG=421733

Review URL: https://codereview.chromium.org/665833002

Cr-Commit-Position: refs/heads/master@{#302641}
18 files changed:
tools/perf/page_sets/tough_animation_cases.py
tools/perf/page_sets/tough_animation_cases/css_animations_many_keyframes.html [new file with mode: 0644]
tools/perf/page_sets/tough_animation_cases/css_animations_simultaneous_by_inserting_new_element.html [new file with mode: 0644]
tools/perf/page_sets/tough_animation_cases/css_animations_simultaneous_by_inserting_style_element.html [new file with mode: 0644]
tools/perf/page_sets/tough_animation_cases/css_animations_simultaneous_by_updating_class.html [new file with mode: 0644]
tools/perf/page_sets/tough_animation_cases/css_animations_simultaneous_by_updating_inline_style.html [new file with mode: 0644]
tools/perf/page_sets/tough_animation_cases/css_animations_staggered_chaining_by_inserting_new_element.html [new file with mode: 0644]
tools/perf/page_sets/tough_animation_cases/css_animations_staggered_chaining_by_inserting_style_element.html [new file with mode: 0644]
tools/perf/page_sets/tough_animation_cases/css_animations_staggered_chaining_by_updating_class.html [new file with mode: 0644]
tools/perf/page_sets/tough_animation_cases/css_animations_staggered_chaining_by_updating_inline_style.html [new file with mode: 0644]
tools/perf/page_sets/tough_animation_cases/css_animations_staggered_infinite_iterations.html [new file with mode: 0644]
tools/perf/page_sets/tough_animation_cases/css_animations_staggered_triggering_by_inserting_new_element.html [new file with mode: 0644]
tools/perf/page_sets/tough_animation_cases/css_animations_staggered_triggering_by_inserting_style_element.html [copied from tools/perf/page_sets/tough_animation_cases/css_transitions_staggered_triggering_by_inserting_style.html with 65% similarity]
tools/perf/page_sets/tough_animation_cases/css_animations_staggered_triggering_by_updating_class.html [new file with mode: 0644]
tools/perf/page_sets/tough_animation_cases/css_animations_staggered_triggering_by_updating_inline_style.html [new file with mode: 0644]
tools/perf/page_sets/tough_animation_cases/css_transitions_simultaneous_by_inserting_new_element.html [moved from tools/perf/page_sets/tough_animation_cases/css_transitions_simultaneous_by_inserting_new_elements.html with 100% similarity]
tools/perf/page_sets/tough_animation_cases/css_transitions_staggered_triggering_by_inserting_style_element.html [moved from tools/perf/page_sets/tough_animation_cases/css_transitions_staggered_triggering_by_inserting_style.html with 100% similarity]
tools/perf/page_sets/tough_animation_cases/resources/animation.css [new file with mode: 0644]