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

Issue 1133693002: Update most LayoutTests to be agnostic to scrollTopLeftInterop mode (Closed)

Created:
5 years, 7 months ago by Rick Byers
Modified:
5 years, 7 months ago
Reviewers:
tdresser
CC:
blink-reviews, mstensho (USE GERRIT), jochen (gone - plz use gerrit)
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Update most LayoutTests to be agnostic to scrollTopLeftInterop mode Replace most uses of body.scrollTop/Left with scrollingElement so that we can experiment with turning the ScrollTopLeftInterop feature on and off without too much pain. BUG=157855 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=195624

Patch Set 1 #

Patch Set 2 : Merge with trunk, add pixel test rebaselines #

Patch Set 3 : Fix a couple more tests #

Total comments: 5

Patch Set 4 : tdresser cr feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+347 lines, -343 lines) Patch
M LayoutTests/TestExpectations View 1 1 chunk +4 lines, -0 lines 0 comments Download
M LayoutTests/compositing/rtl/rtl-absolute-overflow-scrolled.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/compositing/rtl/rtl-fixed-overflow-scrolled.html View 1 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/compositing/scissor-out-of-viewport.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/dialog/modal-dialog-scroll-height.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/editing/input/reveal-selection-having-stored-scroll-position.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/editing/pasteboard/copy-crash.html View 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/fast/autoresize/autoresize-with-iframe.html View 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/fast/autoresize/autoresize-with-iframe-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/fast/autoresize/basic.html View 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/fast/autoresize/basic-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/fast/autoresize/turn-off-autoresize.html View 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/fast/autoresize/turn-off-autoresize-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/fast/css/resize-corner-tracking-touch.html View 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/fast/css/zoom-body-scroll.html View 1 chunk +12 lines, -14 lines 0 comments Download
M LayoutTests/fast/css/zoom-body-scroll-expected.txt View 1 chunk +10 lines, -10 lines 0 comments Download
M LayoutTests/fast/dom/anchor-without-content.html View 1 chunk +4 lines, -4 lines 0 comments Download
M LayoutTests/fast/dom/scroll-position-for-new-loads.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/events/autoscroll.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/events/autoscroll-in-overflow-hidden-html.html View 2 chunks +5 lines, -5 lines 0 comments Download
M LayoutTests/fast/events/autoscroll-should-not-stop-on-keypress.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/events/autoscroll-should-not-stop-on-keypress-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/events/autoscroll-with-non-scrollable-parent.html View 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/fast/events/drag-and-drop-autoscroll-frameset-expected.txt View 1 chunk +8 lines, -8 lines 0 comments Download
M LayoutTests/fast/events/drag-and-drop-autoscroll-inner-frame.html View 3 chunks +3 lines, -3 lines 0 comments Download
M LayoutTests/fast/events/drag-and-drop-autoscroll-inner-frame-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/events/drag-and-drop-autoscroll-mainframe-expected.txt View 1 chunk +8 lines, -8 lines 0 comments Download
M LayoutTests/fast/events/fire-scroll-event.html View 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/fast/events/frame-scroll-fake-mouse-move.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/events/platform-wheelevent-paging-x-in-non-scrolling-page.html View 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/fast/events/platform-wheelevent-paging-x-in-non-scrolling-page-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/fast/events/platform-wheelevent-paging-x-in-scrolling-page.html View 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/fast/events/platform-wheelevent-paging-xy-in-scrolling-page.html View 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/fast/events/platform-wheelevent-paging-y-in-non-scrolling-page.html View 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/fast/events/platform-wheelevent-paging-y-in-non-scrolling-page-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/fast/events/platform-wheelevent-paging-y-in-scrolling-page.html View 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/fast/events/resources/drag-and-drop-autoscroll-frame.js View 2 chunks +10 lines, -10 lines 0 comments Download
M LayoutTests/fast/events/scale-and-scroll-body.html View 2 chunks +6 lines, -6 lines 0 comments Download
M LayoutTests/fast/events/scale-and-scroll-body-expected.txt View 1 chunk +4 lines, -4 lines 0 comments Download
M LayoutTests/fast/events/scale-and-scroll-iframe-body.html View 1 chunk +4 lines, -4 lines 0 comments Download
M LayoutTests/fast/events/scale-and-scroll-iframe-body-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/fast/events/scale-and-scroll-iframe-window.html View 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/fast/events/scale-and-scroll-iframe-window-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/fast/events/scale-and-scroll-window.html View 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/fast/events/scale-and-scroll-window-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/fast/events/scroll-after-click-on-tab-index.html View 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/fast/events/scroll-after-click-on-tab-index-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/events/scroll-in-scaled-page-with-overflow-hidden.html View 1 2 3 1 chunk +5 lines, -2 lines 0 comments Download
M LayoutTests/fast/events/scroll-in-scaled-page-with-overflow-hidden-expected.txt View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/fast/events/scroll-to-anchor-in-overflow-hidden.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/events/tab-focus-link-with-scroll.html View 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/fast/events/tab-focus-link-with-scroll-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/events/touch/gesture/touch-gesture-fully-scrolled-iframe-propagates.html View 2 chunks +5 lines, -6 lines 0 comments Download
M LayoutTests/fast/events/touch/gesture/touch-gesture-fully-scrolled-iframe-propagates-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/events/touch/gesture/touch-gesture-noscroll-body-xhidden.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/events/touch/gesture/touch-gesture-noscroll-body-xhidden-expected.txt View 1 chunk +4 lines, -4 lines 0 comments Download
M LayoutTests/fast/events/touch/gesture/touch-gesture-noscroll-body-yhidden.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/events/touch/gesture/touch-gesture-noscroll-body-yhidden-expected.txt View 1 chunk +4 lines, -4 lines 0 comments Download
M LayoutTests/fast/events/touch/gesture/touch-gesture-noscroll-iframe.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/events/touch/gesture/touch-gesture-noscroll-iframe-expected.txt View 1 chunk +4 lines, -4 lines 0 comments Download
M LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-iframe.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-iframe-editable.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-iframe-editable-expected.txt View 1 chunk +4 lines, -4 lines 0 comments Download
M LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-iframe-expected.txt View 1 chunk +4 lines, -4 lines 0 comments Download
M LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated.html View 1 2 2 chunks +2 lines, -3 lines 0 comments Download
M LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated-expected.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page-expected.txt View 1 chunk +4 lines, -4 lines 0 comments Download
M LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page-propagated.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page-propagated-expected.txt View 1 chunk +4 lines, -4 lines 0 comments Download
M LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page-zoomed.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page-zoomed-expected.txt View 1 chunk +4 lines, -4 lines 0 comments Download
M LayoutTests/fast/events/touch/resources/compositor-touch-hit-rects-iframe.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/events/touch/resources/compositor-touch-hit-rects-iframe-fixed.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/events/touch/resources/compositor-touch-hit-rects-iframe-nested.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/forms/autofocus-opera-003.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/forms/input-readonly-autoscroll.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/forms/resources/common.js View 1 chunk +4 lines, -4 lines 0 comments Download
M LayoutTests/fast/forms/select/listbox-scroll-to-selection.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/forms/select/listbox-scroll-to-selection-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/frames/iframe-scroll-page-up-down.html-disabled View 2 chunks +4 lines, -4 lines 0 comments Download
M LayoutTests/fast/frames/transparent-scrollbar.html View 1 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/harness/archived-results-dashboard.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/html/empty-fragment-id-goto-top.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/html/empty-fragment-id-goto-top-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/images/imagemap-scroll.html View 1 chunk +10 lines, -10 lines 0 comments Download
M LayoutTests/fast/loader/scroll-position-restoration-for-history-api.html View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/fast/loader/scroll-position-restoration-for-history-api-expected.txt View 1 2 1 chunk +12 lines, -12 lines 0 comments Download
M LayoutTests/fast/loader/scroll-position-restored-on-back-at-load-event.html View 1 chunk +4 lines, -4 lines 0 comments Download
M LayoutTests/fast/loader/scroll-position-restored-on-back-at-load-event-expected.txt View 1 chunk +3 lines, -3 lines 0 comments Download
M LayoutTests/fast/loader/scroll-position-restored-on-reload-at-load-event.html View 1 chunk +4 lines, -4 lines 0 comments Download
M LayoutTests/fast/loader/scroll-position-restored-on-reload-at-load-event-expected.txt View 1 chunk +3 lines, -3 lines 0 comments Download
M LayoutTests/fast/multicol/scrolling-overflow.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/multicol/scrolling-overflow-expected.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/overflow/overflow-dirty-relayout-boundary-no-crash.html View 2 chunks +3 lines, -3 lines 0 comments Download
M LayoutTests/fast/repaint/resources/iframe-scroll-repaint-iframe.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/scroll-behavior/main-frame-element-scroll.html View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M LayoutTests/fast/scroll-behavior/main-frame-element-scrollBy.html View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M LayoutTests/fast/scroll-behavior/main-frame-element-scrollTo.html View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M LayoutTests/fast/scroll-behavior/main-frame-interrupted-scroll.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/scroll-behavior/main-frame-scroll.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/scroll-behavior/main-frame-scroll-in-standards-mode.html View 1 chunk +2 lines, -1 line 0 comments Download
M LayoutTests/fast/scroll-behavior/main-frame-scroll-in-standards-mode-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/scroll-behavior/main-frame-scrollBy.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/scroll-behavior/main-frame-scrollLeft.html View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/fast/scroll-behavior/main-frame-scrollTo.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/scroll-behavior/main-frame-scrollTop.html View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/fast/scroll-behavior/subframe-element-scroll.html View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M LayoutTests/fast/scroll-behavior/subframe-element-scrollBy.html View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M LayoutTests/fast/scroll-behavior/subframe-element-scrollTo.html View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M LayoutTests/fast/scroll-behavior/subframe-interrupted-scroll.html View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/fast/scroll-behavior/subframe-scroll.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/scroll-behavior/subframe-scrollBy.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/scroll-behavior/subframe-scrollLeft.html View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/fast/scroll-behavior/subframe-scrollTo.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/scroll-behavior/subframe-scrollTop.html View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/fast/scrolling/fractional-scroll-offset-document.html View 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/fast/scrolling/fractional-scroll-offset-document-expected.txt View 1 chunk +16 lines, -16 lines 0 comments Download
M LayoutTests/fast/scrolling/hover-during-scroll.html View 3 chunks +3 lines, -3 lines 0 comments Download
M LayoutTests/fast/scrolling/hover-during-scroll-expected.txt View 1 chunk +3 lines, -3 lines 0 comments Download
M LayoutTests/fast/spatial-navigation/snav-unit-overflow-and-scroll-in-direction.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/transforms/selection-bounds-in-transformed-view.html View 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/http/tests/fouc/scroll-left-while-loading.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/http/tests/navigation/anchor-frames-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/http/tests/navigation/anchor-frames-same-origin-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/http/tests/navigation/resources/frame-with-anchor.html View 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/http/tests/navigation/resources/frame-with-anchor-same-origin.html View 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/platform/mac/fast/events/platform-wheelevent-paging-x-in-scrolling-page-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/platform/mac/fast/events/platform-wheelevent-paging-xy-in-scrolling-page-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/platform/mac/fast/events/platform-wheelevent-paging-y-in-scrolling-page-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/platform/win/fast/events/platform-wheelevent-paging-x-in-scrolling-page-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/platform/win/fast/events/platform-wheelevent-paging-xy-in-scrolling-page-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/platform/win/fast/events/platform-wheelevent-paging-y-in-scrolling-page-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/scrollbars/scrollbar-large-overflow-rectangle.html View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 8 (3 generated)
Rick Byers
Tim, PTAL These changes were generated by doing an interactive search and replace for '\.body\.scroll' ...
5 years, 7 months ago (2015-05-16 05:48:49 UTC) #2
tdresser
LGTM, with nits. https://codereview.chromium.org/1133693002/diff/40001/LayoutTests/fast/dom/window-scroll-scaling.html File LayoutTests/fast/dom/window-scroll-scaling.html (right): https://codereview.chromium.org/1133693002/diff/40001/LayoutTests/fast/dom/window-scroll-scaling.html#newcode20 LayoutTests/fast/dom/window-scroll-scaling.html:20: body.style["height"] = window.innerHeight + 100 + ...
5 years, 7 months ago (2015-05-19 13:53:11 UTC) #3
Rick Byers
https://codereview.chromium.org/1133693002/diff/40001/LayoutTests/fast/dom/window-scroll-scaling.html File LayoutTests/fast/dom/window-scroll-scaling.html (right): https://codereview.chromium.org/1133693002/diff/40001/LayoutTests/fast/dom/window-scroll-scaling.html#newcode20 LayoutTests/fast/dom/window-scroll-scaling.html:20: body.style["height"] = window.innerHeight + 100 + "px"; On 2015/05/19 ...
5 years, 7 months ago (2015-05-20 15:10:24 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1133693002/60001
5 years, 7 months ago (2015-05-20 15:11:10 UTC) #7
commit-bot: I haz the power
5 years, 7 months ago (2015-05-20 17:08:15 UTC) #8
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=195624

Powered by Google App Engine
This is Rietveld 408576698