| Index: third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilderTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilderTest.cpp b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilderTest.cpp
|
| index accf69f52cf0603e8ca31dd810335bd506218444..dfc4dd7649571825a77990f8fc470fb8793b69ca 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilderTest.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilderTest.cpp
|
| @@ -2626,8 +2626,11 @@ TEST_P(PaintPropertyTreeBuilderTest,
|
| MainThreadScrollingReason::kThreadedScrollingDisabled));
|
| }
|
|
|
| -TEST_P(PaintPropertyTreeBuilderTest,
|
| - BackgroundAttachmentFixedMainThreadScrollReasonsWithNestedScrollers) {
|
| +// Disabled due to missing main thread scrolling property invalidation support.
|
| +// See: https://crbug.com/664672
|
| +TEST_P(
|
| + PaintPropertyTreeBuilderTest,
|
| + DISABLED_BackgroundAttachmentFixedMainThreadScrollReasonsWithNestedScrollers) {
|
| setBodyInnerHTML(
|
| "<style>"
|
| " #overflowA {"
|
| @@ -2712,8 +2715,11 @@ TEST_P(PaintPropertyTreeBuilderTest,
|
| MainThreadScrollingReason::kHasBackgroundAttachmentFixedObjects));
|
| }
|
|
|
| -TEST_P(PaintPropertyTreeBuilderTest,
|
| - BackgroundAttachmentFixedMainThreadScrollReasonsWithFixedScroller) {
|
| +// Disabled due to missing main thread scrolling property invalidation support.
|
| +// See: https://crbug.com/664672
|
| +TEST_P(
|
| + PaintPropertyTreeBuilderTest,
|
| + DISABLED_BackgroundAttachmentFixedMainThreadScrollReasonsWithFixedScroller) {
|
| setBodyInnerHTML(
|
| "<style>"
|
| " #overflowA {"
|
|
|