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

Unified Diff: chrome/test/data/extensions/platform_apps/web_view/scrollable_embedder_and_guest/main.html

Issue 1308273003: Resend unconsumed scroll update from guest back to embedder (WebView Scroll Bubble). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Don't require GestureScrollBegin for touch-pad GestureFlingStart. Created 5 years, 3 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: chrome/test/data/extensions/platform_apps/web_view/scrollable_embedder_and_guest/main.html
diff --git a/chrome/test/data/extensions/platform_apps/web_view/scrollable_embedder_and_guest/main.html b/chrome/test/data/extensions/platform_apps/web_view/scrollable_embedder_and_guest/main.html
new file mode 100644
index 0000000000000000000000000000000000000000..a74b8f5b0beeb866463d33ae6bfc878bf8744c09
--- /dev/null
+++ b/chrome/test/data/extensions/platform_apps/web_view/scrollable_embedder_and_guest/main.html
@@ -0,0 +1,13 @@
+<!doctype html>
+<!--
+ * Copyright 2015 The Chromium Authors. All rights reserved. Use of this
+ * source code is governed by a BSD-style license that can be found in the
+ * LICENSE file.
+-->
+<html style="overflow-y: scroll;">
+ <body style=
+ "width: 400px; height: 400px; margin: 0px; padding: 0px; overflow-y: scroll">
+ <div id="webview-tag-container"></div>
+ <script src="main.js"></script>
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698