| commit | 9ebde8142cce650aebf8e4f2c8092a039bc16ca0 | [log] [tgz] |
|---|---|---|
| author | tkent <tkent@chromium.org> | Tue Jul 12 01:21:30 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Tue Jul 12 01:24:30 2016 |
| tree | 7137a2c629dc72a9a06881f7ac4431a819a15168 | |
| parent | 41abdb29f16ab2987880dcc3e40119a48bf576f7 [diff] |
Split time-multiple-fields-stepup-stepdown-from-renderer.html into two. In this test, MultipleFieldsTemporalInputTypeView::updateView() is called on every attribute update (1,000+ times), and it's not trivial to optimize updateView(). This CL splits the test into two, and skip unnecessary attribute update. BUG=24182 Review-Url: https://codereview.chromium.org/2138633003 Cr-Commit-Position: refs/heads/master@{#404764}