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

Issue 378953002: Test framework and tests for CSSOM View smooth scroll (Closed)

Created:
6 years, 5 months ago by ajuma
Modified:
6 years, 5 months ago
Reviewers:
Ian Vollick
CC:
blink-reviews
Project:
blink
Visibility:
Public.

Description

Test harness and tests for CSSOM View smooth scroll This adds a ScrollBehaviorTest class and tests using this class. BUG=243871 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=177797

Patch Set 1 #

Total comments: 3

Patch Set 2 : Address review comments, and add more tests #

Patch Set 3 : Add NeedsRebaseline for listbox test on Mac and Win #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1483 lines, -0 lines) Patch
M LayoutTests/TestExpectations View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
A LayoutTests/fast/scroll-behavior/listbox-scrollTop.html View 1 1 chunk +80 lines, -0 lines 0 comments Download
A LayoutTests/fast/scroll-behavior/listbox-scrollTop-expected.txt View 1 1 chunk +18 lines, -0 lines 0 comments Download
A LayoutTests/fast/scroll-behavior/main-frame-scroll.html View 1 1 chunk +68 lines, -0 lines 0 comments Download
A LayoutTests/fast/scroll-behavior/main-frame-scroll-expected.txt View 1 1 chunk +17 lines, -0 lines 0 comments Download
A LayoutTests/fast/scroll-behavior/main-frame-scrollBy.html View 1 1 chunk +68 lines, -0 lines 0 comments Download
A LayoutTests/fast/scroll-behavior/main-frame-scrollBy-expected.txt View 1 1 chunk +17 lines, -0 lines 0 comments Download
A LayoutTests/fast/scroll-behavior/main-frame-scrollLeft.html View 1 1 chunk +68 lines, -0 lines 0 comments Download
A LayoutTests/fast/scroll-behavior/main-frame-scrollLeft-expected.txt View 1 1 chunk +17 lines, -0 lines 0 comments Download
A LayoutTests/fast/scroll-behavior/main-frame-scrollTo.html View 1 1 chunk +68 lines, -0 lines 0 comments Download
A LayoutTests/fast/scroll-behavior/main-frame-scrollTo-expected.txt View 1 1 chunk +17 lines, -0 lines 0 comments Download
A LayoutTests/fast/scroll-behavior/main-frame-scrollTop.html View 1 1 chunk +68 lines, -0 lines 0 comments Download
A LayoutTests/fast/scroll-behavior/main-frame-scrollTop-expected.txt View 1 1 chunk +17 lines, -0 lines 0 comments Download
A LayoutTests/fast/scroll-behavior/overflow-hidden-scrollLeft.html View 1 1 chunk +78 lines, -0 lines 0 comments Download
A LayoutTests/fast/scroll-behavior/overflow-hidden-scrollLeft-expected.txt View 1 1 chunk +17 lines, -0 lines 0 comments Download
A LayoutTests/fast/scroll-behavior/overflow-hidden-scrollTop.html View 1 1 chunk +78 lines, -0 lines 0 comments Download
A LayoutTests/fast/scroll-behavior/overflow-hidden-scrollTop-expected.txt View 1 1 chunk +17 lines, -0 lines 0 comments Download
A LayoutTests/fast/scroll-behavior/overflow-scroll-scrollLeft.html View 1 1 chunk +78 lines, -0 lines 0 comments Download
A LayoutTests/fast/scroll-behavior/overflow-scroll-scrollLeft-expected.txt View 1 1 chunk +17 lines, -0 lines 0 comments Download
A LayoutTests/fast/scroll-behavior/overflow-scroll-scrollTop.html View 1 1 chunk +78 lines, -0 lines 0 comments Download
A LayoutTests/fast/scroll-behavior/overflow-scroll-scrollTop-expected.txt View 1 1 chunk +17 lines, -0 lines 0 comments Download
A LayoutTests/fast/scroll-behavior/resources/large-subframe.html View 1 1 chunk +16 lines, -0 lines 0 comments Download
A LayoutTests/fast/scroll-behavior/resources/scroll-behavior-test.js View 1 1 chunk +127 lines, -0 lines 0 comments Download
A LayoutTests/fast/scroll-behavior/subframe-scroll.html View 1 1 chunk +69 lines, -0 lines 0 comments Download
A LayoutTests/fast/scroll-behavior/subframe-scroll-expected.txt View 1 1 chunk +18 lines, -0 lines 0 comments Download
A LayoutTests/fast/scroll-behavior/subframe-scrollBy.html View 1 1 chunk +69 lines, -0 lines 0 comments Download
A LayoutTests/fast/scroll-behavior/subframe-scrollBy-expected.txt View 1 1 chunk +18 lines, -0 lines 0 comments Download
A LayoutTests/fast/scroll-behavior/subframe-scrollLeft.html View 1 1 chunk +69 lines, -0 lines 0 comments Download
A LayoutTests/fast/scroll-behavior/subframe-scrollLeft-expected.txt View 1 1 chunk +18 lines, -0 lines 0 comments Download
A LayoutTests/fast/scroll-behavior/subframe-scrollTo.html View 1 1 chunk +69 lines, -0 lines 0 comments Download
A LayoutTests/fast/scroll-behavior/subframe-scrollTo-expected.txt View 1 1 chunk +18 lines, -0 lines 0 comments Download
A LayoutTests/fast/scroll-behavior/subframe-scrollTop.html View 1 1 chunk +69 lines, -0 lines 0 comments Download
A LayoutTests/fast/scroll-behavior/subframe-scrollTop-expected.txt View 1 1 chunk +18 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
ajuma
PTAL. If the general approach looks good, I'll add more tests (for subframe and overflow ...
6 years, 5 months ago (2014-07-08 21:44:19 UTC) #1
Ian Vollick
I really like this direction! I just have one aesthetic nit. (Also, I assume you'll ...
6 years, 5 months ago (2014-07-09 14:55:43 UTC) #2
ajuma
PTAL. I've added tests for overflow and subframe scrolls. On 2014/07/09 14:55:43, Ian Vollick wrote: ...
6 years, 5 months ago (2014-07-09 20:27:55 UTC) #3
Ian Vollick
lgtm. > > (Also, I assume you'll need to add entries to TestExpectations for these ...
6 years, 5 months ago (2014-07-10 03:32:42 UTC) #4
Ian Vollick
The CQ bit was checked by vollick@chromium.org
6 years, 5 months ago (2014-07-10 03:33:02 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ajuma@chromium.org/378953002/80001
6 years, 5 months ago (2014-07-10 03:33:36 UTC) #6
commit-bot: I haz the power
6 years, 5 months ago (2014-07-10 04:22:43 UTC) #7
Message was sent while issue was closed.
Change committed as 177797

Powered by Google App Engine
This is Rietveld 408576698