Commit 9c99c066 authored by Philip Rogers's avatar Philip Rogers Committed by Commit Bot

[CompositeAfterPaint] Rebaseline remaining touch hit test

This test is now passing and no longer has additional hit test rects
with CompositeAfterPaint. The result is equivalent to pre-CAP.

Bug: 909749
Change-Id: I6fbbb32d8c35c27d71054346d5511b5c513bf177
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1987125
Commit-Queue: Philip Rogers <pdr@chromium.org>
Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org>
Auto-Submit: Philip Rogers <pdr@chromium.org>
Reviewed-by: default avatarXianzhu Wang <wangxianzhu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#728327}
parent a7c890f3
...@@ -198,10 +198,6 @@ paint/invalidation/reflection/scroll-fixed-reflected-layer.html [ Failure ] ...@@ -198,10 +198,6 @@ paint/invalidation/reflection/scroll-fixed-reflected-layer.html [ Failure ]
crbug.com/900241 paint/invalidation/animation/opacity-animation.html [ Failure ] crbug.com/900241 paint/invalidation/animation/opacity-animation.html [ Failure ]
crbug.com/900241 paint/invalidation/animation/transform-animation.html [ Failure ] crbug.com/900241 paint/invalidation/animation/transform-animation.html [ Failure ]
# These tests have additional hit test rects. These may correct and simply due
# to different layerization decisions, but this needs investigation.
crbug.com/909749 fast/events/touch/compositor-touch-hit-rects-non-composited-scroll.html [ Failure ]
# Backdrop filter # Backdrop filter
crbug.com/923429 css3/filters/backdrop-filter-plus-mask.html [ Failure ] crbug.com/923429 css3/filters/backdrop-filter-plus-mask.html [ Failure ]
crbug.com/923429 css3/filters/backdrop-filter-plus-mask-large.html [ Failure ] crbug.com/923429 css3/filters/backdrop-filter-plus-mask-large.html [ Failure ]
......
This test verifies the hit test regions given to the compositor specifically around non-composited overflow scroll elements.
scrollContent: layer(800x600) has hit test rect (14,63 273x12)
scrollContainerWithHandler: layer(800x600) has hit test rect (13,89 290x32)
nestedContent: layer(800x600) has hit test rect (15,148 256x9)
fixedPositionContentContainer: layer(800x600) has hit test rect (14,179 273x12)
fixedPositionContentContainer: layer(800x600) has hit test rect (310,190 132x12)
overflowwithhandler: layer(785x623) has hit test rect (14,221 273x20)
divInsideNonScrollableLayer: layer(785x671) has hit test rect (14,273 273x10)
divInsideCompositedLayer: layer(273x12) has hit test rect (0,0 273x12)
overflowwithborder: layer(785x767) has hit test rect (13,336 290x50)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment