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

Unified Diff: third_party/WebKit/Source/web/BUILD.gn

Issue 2650343008: Implement Element.scrollIntoView for scroll-behavior: smooth. (Closed)
Patch Set: Add ScrollType: kSequencedSmoothScroll Created 3 years, 6 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/BUILD.gn
diff --git a/third_party/WebKit/Source/web/BUILD.gn b/third_party/WebKit/Source/web/BUILD.gn
index 3d10b4148992c737545085311bf5eb7dabbe1d47..e087d4dc1ba92d431e8cb8466af6aee6b4df54a2 100644
--- a/third_party/WebKit/Source/web/BUILD.gn
+++ b/third_party/WebKit/Source/web/BUILD.gn
@@ -266,6 +266,7 @@ test("webkit_unit_tests") {
"tests/ScrollbarsTest.cpp",
"tests/ScrollingCoordinatorTest.cpp",
"tests/ShadowDOMV0Test.cpp",
+ "tests/SmoothScrollTest.cpp",
"tests/SpinLockTest.cpp",
"tests/TextFinderTest.cpp",
"tests/TextSelectionRepaintTest.cpp",

Powered by Google App Engine
This is Rietveld 408576698