Side by Side Diff: third_party/WebKit/LayoutTests/compositing/overflow/composited-nested-sticky-deep-expected.html
Issue 2636253002 :
Handle nested position:sticky elements (Closed)
Patch Set: Trying to add cc unittest, fails for unknown reason
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/LayoutTests/fast/css/sticky/nested/sticky-nested-deep.html
third_party/WebKit/LayoutTests/fast/css/sticky/nested/sticky-nested-deep-expected.html
third_party/WebKit/LayoutTests/fast/css/sticky/nested/sticky-nested-inline.html
third_party/WebKit/LayoutTests/fast/css/sticky/nested/sticky-nested-inline-expected.html
third_party/WebKit/LayoutTests/fast/css/sticky/nested/sticky-nested-left.html
third_party/WebKit/LayoutTests/fast/css/sticky/nested/sticky-nested-left-expected.html
third_party/WebKit/LayoutTests/fast/css/sticky/nested/sticky-nested-table.html
third_party/WebKit/LayoutTests/fast/css/sticky/nested/sticky-nested-table-expected.html
third_party/WebKit/LayoutTests/fast/css/sticky/nested/sticky-nested-top.html
third_party/WebKit/LayoutTests/fast/css/sticky/nested/sticky-nested-top-expected.html
third_party/WebKit/Source/core/css/resolver/StyleAdjuster.cpp
third_party/WebKit/Source/core/frame/FrameView.cpp
third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp
third_party/WebKit/Source/core/layout/LayoutBoxModelObjectTest.cpp
third_party/WebKit/Source/core/layout/LayoutObject.cpp
third_party/WebKit/Source/core/layout/MapCoordinatesFlags.h
third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.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