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

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

Issue 2015373002: Fix webview crash on attempt to scroll. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed content_tests (handle case when view is not available), added expected event into Fling test … Created 4 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: 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
index a74b8f5b0beeb866463d33ae6bfc878bf8744c09..131dfc1c801361651dbbc11b5c60bedae0c3fdd2 100644
--- 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
@@ -6,7 +6,7 @@
-->
<html style="overflow-y: scroll;">
<body style=
- "width: 400px; height: 400px; margin: 0px; padding: 0px; overflow-y: scroll">
+ "width: 400px; height: 400px; margin: 0px; padding: 0px;">
<div id="webview-tag-container"></div>
<script src="main.js"></script>
</body>

Powered by Google App Engine
This is Rietveld 408576698