| 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 c7be23967c9ff2ab908dc31b05e7ca0733f9cb49..f63e247efe2c7aa1ab18e76828cb21e4e6bd0c17 100644
|
| --- a/third_party/WebKit/Source/web/tests/ScrollingCoordinatorTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/ScrollingCoordinatorTest.cpp
|
| @@ -1155,4 +1155,9 @@
|
| MainThreadScrollingReason::kHasBorderRadius);
|
| }
|
|
|
| +TEST_F(StyleRelatedMainThreadScrollingReasonTest, BoxShadowTest) {
|
| + testStyle("box-shadow",
|
| + MainThreadScrollingReason::kHasBoxShadowFromNonRootLayer);
|
| +}
|
| +
|
| } // namespace blink
|
|
|