| 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 31397903dafdce8d6d47e3bc6c256e0e0d6a40f3..32cae1d7439160baa71b9fb624f553e0612029a7 100644
|
| --- a/third_party/WebKit/Source/web/tests/ScrollingCoordinatorTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/ScrollingCoordinatorTest.cpp
|
| @@ -1166,4 +1166,9 @@ TEST_P(StyleRelatedMainThreadScrollingReasonTest, LCDTextEnabledTest) {
|
| MainThreadScrollingReason::kHasBorderRadius);
|
| }
|
|
|
| +TEST_P(StyleRelatedMainThreadScrollingReasonTest, BoxShadowTest) {
|
| + testStyle("box-shadow",
|
| + MainThreadScrollingReason::kHasBoxShadowFromNonRootLayer);
|
| +}
|
| +
|
| } // namespace blink
|
|
|