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

Unified Diff: third_party/WebKit/Source/web/tests/data/touch-action-tests.css

Issue 1498923004: Don't reset touch-action zoom state at scrollers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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/data/touch-action-tests.css
diff --git a/third_party/WebKit/Source/web/tests/data/touch-action-tests.css b/third_party/WebKit/Source/web/tests/data/touch-action-tests.css
index b0c572410a263c58930ff375c5a4af78b54b27ee..92a3a4b5b71f83d6d477ec93d4e5e9206b99fd95 100644
--- a/third_party/WebKit/Source/web/tests/data/touch-action-tests.css
+++ b/third_party/WebKit/Source/web/tests/data/touch-action-tests.css
@@ -70,6 +70,11 @@ body {
overflow: scroll;
height: 50px;
}
+iframe {
+ height: 50px;
+ display: block;
+ margin: 5px;
+}
.spacer {
height: 500px;
}

Powered by Google App Engine
This is Rietveld 408576698