diff options
author | aelias@chromium.org <aelias@chromium.org> | 2015-08-27 20:09:22 +0000 |
---|---|---|
committer | aelias@chromium.org <aelias@chromium.org> | 2015-08-27 20:09:22 +0000 |
commit | 2ec563d66fc80833300ccbf1d1ce6ab8346e7165 (patch) | |
tree | 30fd2db55f471b68ad2418dcc4d3a69b09f045ba /third_party/WebKit/LayoutTests/compositing/scaling/tiled-layer-recursion.html | |
parent | c7ecb121018b3e36d1b6e7b6ae0cd7173a21c344 (diff) | |
download | chromium_src-2ec563d66fc80833300ccbf1d1ce6ab8346e7165.zip chromium_src-2ec563d66fc80833300ccbf1d1ce6ab8346e7165.tar.gz chromium_src-2ec563d66fc80833300ccbf1d1ce6ab8346e7165.tar.bz2 |
Revert of Replace pinch scrollbars with regular scrollbars. (patchset #10 id:180001 of https://codereview.chromium.org/1308053003/ )
Reason for revert:
Introduced ChromeDriver devtools mobile emulation crash https://code.google.com/p/chromedriver/issues/detail?id=1205
Original issue's description:
> Replace pinch scrollbars with regular scrollbars.
>
> This patch makes the visual-viewport-managed scrollbars exclusive to
> Android and improves normal scrollbars to be usable during pinch as follows:
>
> 1. Attach the scrollbar layers to the visual viewport, so they're always
> onscreen as you zoom in (as already shipped on Mac).
> 2. Set the container layer to the inner clip layer, so that the size and
> position of the thumb reflects the sum of the two viewports,
> instead of just the layout viewport.
>
> Note that result of these changes is visually indistiguishable at
> minimum page scale. It only improves the behavior when zoomed in.
>
> BUG=523056
>
> Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=201285
TBR=rbyers@chromium.org,skobes@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=523056
Review URL: https://codereview.chromium.org/1318603005
git-svn-id: svn://svn.chromium.org/blink/trunk@201333 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Diffstat (limited to 'third_party/WebKit/LayoutTests/compositing/scaling/tiled-layer-recursion.html')
-rw-r--r-- | third_party/WebKit/LayoutTests/compositing/scaling/tiled-layer-recursion.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/third_party/WebKit/LayoutTests/compositing/scaling/tiled-layer-recursion.html b/third_party/WebKit/LayoutTests/compositing/scaling/tiled-layer-recursion.html index 18f81d1..1a4977c 100644 --- a/third_party/WebKit/LayoutTests/compositing/scaling/tiled-layer-recursion.html +++ b/third_party/WebKit/LayoutTests/compositing/scaling/tiled-layer-recursion.html @@ -3,10 +3,6 @@ <html> <head> <style> - ::-webkit-scrollbar { - width: 0px; - height: 0px; - } .composited { background-color: green; width: 200px; |