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

Unified Diff: Source/core/css/html.css

Issue 784453003: Initial scroll-blocks-on compositor integration (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Eliminate scrollbars from iframe test for cross-platform output consistency Created 5 years, 11 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: Source/core/css/html.css
diff --git a/Source/core/css/html.css b/Source/core/css/html.css
index f49b8d398a743ac39b6fb8b31d52783b61f587b8..23d37a3c1574948c520f7e03a0f02e54b554c15a 100644
--- a/Source/core/css/html.css
+++ b/Source/core/css/html.css
@@ -27,6 +27,10 @@ html {
display: block
}
+:root {
+ scroll-blocks-on: start-touch wheel-event
+}
+
/* children of the <head> element all have display:none */
head {
display: none

Powered by Google App Engine
This is Rietveld 408576698