| Index: third_party/WebKit/Source/web/tests/ScrollingCoordinatorTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/ScrollingCoordinatorTest.cpp b/third_party/WebKit/Source/web/tests/ScrollingCoordinatorTest.cpp
|
| index b63f40506c09166436649eeee8c49008228350e3..85f01cb06c32d8b18fb0a53df78cddd1f5f3f1ff 100644
|
| --- a/third_party/WebKit/Source/web/tests/ScrollingCoordinatorTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/ScrollingCoordinatorTest.cpp
|
| @@ -1154,4 +1154,9 @@ TEST_F(StyleRelatedMainThreadScrollingReasonTest, LCDTextEnabledTest) {
|
| MainThreadScrollingReason::kHasBorderRadius);
|
| }
|
|
|
| +TEST_F(StyleRelatedMainThreadScrollingReasonTest, BoxShadowTest) {
|
| + testStyle("box-shadow",
|
| + MainThreadScrollingReason::kHasBoxShadowFromNonRootLayer);
|
| +}
|
| +
|
| } // namespace blink
|
|
|