Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1413)

Unified Diff: third_party/WebKit/Source/web/tests/ScrollingCoordinatorTest.cpp

Issue 2700613002: Reland recording box shadow as main thread scrolling reason with conflict fixed (Closed)
Patch Set: update test from TEST_F to TEST_P Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698