Add CSS Transitions performance tests
commitcd92ffb4655e9ccedaf19d3a787c874b847f89ac
authoralancutter <alancutter@chromium.org>
Tue, 14 Oct 2014 01:38:33 +0000 (13 18:38 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 14 Oct 2014 01:38:46 +0000 (14 01:38 +0000)
treeba0f00fe9745c123ff5c1d9737efac4e1048c132
parenta3434da050b4e46d07a23a99dabed20891e5ec0f
Add CSS Transitions performance tests

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

BUG=309981,421733

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

Cr-Commit-Position: refs/heads/master@{#299417}
17 files changed:
tools/perf/page_sets/tough_animation_cases.py
tools/perf/page_sets/tough_animation_cases/css_transitions_simultaneous_by_inserting_new_elements.html [new file with mode: 0644]
tools/perf/page_sets/tough_animation_cases/css_transitions_simultaneous_by_inserting_style_element.html [new file with mode: 0644]
tools/perf/page_sets/tough_animation_cases/css_transitions_simultaneous_by_updating_class.html [new file with mode: 0644]
tools/perf/page_sets/tough_animation_cases/css_transitions_simultaneous_by_updating_inline_style.html [new file with mode: 0644]
tools/perf/page_sets/tough_animation_cases/css_transitions_staggered_chaining_by_inserting_new_element.html [new file with mode: 0644]
tools/perf/page_sets/tough_animation_cases/css_transitions_staggered_chaining_by_inserting_style_element.html [new file with mode: 0644]
tools/perf/page_sets/tough_animation_cases/css_transitions_staggered_chaining_by_updating_class.html [new file with mode: 0644]
tools/perf/page_sets/tough_animation_cases/css_transitions_staggered_chaining_by_updating_inline_style.html [new file with mode: 0644]
tools/perf/page_sets/tough_animation_cases/css_transitions_staggered_triggering_by_inserting_new_element.html [new file with mode: 0644]
tools/perf/page_sets/tough_animation_cases/css_transitions_staggered_triggering_by_inserting_style.html [new file with mode: 0644]
tools/perf/page_sets/tough_animation_cases/css_transitions_staggered_triggering_by_updating_class.html [new file with mode: 0644]
tools/perf/page_sets/tough_animation_cases/css_transitions_staggered_triggering_by_updating_inline_style.html [new file with mode: 0644]
tools/perf/page_sets/tough_animation_cases/overlay_background_color_css_transitions.html
tools/perf/page_sets/tough_animation_cases/resources/perftesthelper.js
tools/perf/page_sets/tough_animation_cases/resources/tablet.css [new file with mode: 0644]
tools/perf/page_sets/tough_animation_cases/resources/transition.css [new file with mode: 0644]