Side by Side Diff: third_party/WebKit/LayoutTests/compositing/overflow/composited-nested-sticky-inline-expected.html
Issue 2733633002 :
Handle nested position:sticky elements correctly (compositor) (Closed)
Patch Set: Addressed the easier reviewer comments.
Use n/p to move between diff chunks;
N/P to move between comments.
Draft comments are only viewable by you.
Jump to:
cc/BUILD.gn
cc/blink/web_layer_impl.cc
cc/layers/layer.cc
cc/layers/layer_sticky_position_constraint.h
cc/layers/layer_sticky_position_constraint.cc
cc/trees/draw_property_utils.h
cc/trees/draw_property_utils.cc
cc/trees/draw_property_utils_unittest.cc
cc/trees/layer_tree_host_common_unittest.cc
cc/trees/property_tree.h
cc/trees/property_tree.cc
cc/trees/property_tree_builder.cc
third_party/WebKit/LayoutTests/compositing/overflow/composited-nested-sticky-deep.html
third_party/WebKit/LayoutTests/compositing/overflow/composited-nested-sticky-deep-expected.html
third_party/WebKit/LayoutTests/compositing/overflow/composited-nested-sticky-inline.html
third_party/WebKit/LayoutTests/compositing/overflow/composited-nested-sticky-inline-expected.html
third_party/WebKit/LayoutTests/compositing/overflow/composited-nested-sticky-left.html
third_party/WebKit/LayoutTests/compositing/overflow/composited-nested-sticky-left-expected.html
third_party/WebKit/LayoutTests/compositing/overflow/composited-nested-sticky-table.html
third_party/WebKit/LayoutTests/compositing/overflow/composited-nested-sticky-table-expected.html
third_party/WebKit/LayoutTests/compositing/overflow/composited-nested-sticky-top.html
third_party/WebKit/LayoutTests/compositing/overflow/composited-nested-sticky-top-expected.html
third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
third_party/WebKit/Source/core/layout/compositing/CompositingReasonFinder.cpp
third_party/WebKit/Source/core/layout/compositing/CompositingReasonFinderTest.cpp
third_party/WebKit/Source/core/page/scrolling/StickyPositionScrollingConstraints.h
third_party/WebKit/Source/core/page/scrolling/StickyPositionScrollingConstraints.cpp
third_party/WebKit/public/platform/WebLayerStickyPositionConstraint.h