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

Unified Diff: chrome/test/data/extensions/platform_apps/web_view/scrollable_embedder_and_guest/guest.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/guest.html
diff --git a/chrome/test/data/extensions/platform_apps/web_view/scrollable_embedder_and_guest/guest.html b/chrome/test/data/extensions/platform_apps/web_view/scrollable_embedder_and_guest/guest.html
index c0479c7d09b8254586d6b591e46ebf1143a999a0..bceac54d6dad784af9fe7dcc0fb10380960caa0b 100644
--- a/chrome/test/data/extensions/platform_apps/web_view/scrollable_embedder_and_guest/guest.html
+++ b/chrome/test/data/extensions/platform_apps/web_view/scrollable_embedder_and_guest/guest.html
@@ -4,13 +4,13 @@
* source code is governed by a BSD-style license that can be found in the
* LICENSE file.
-->
-<html>
+<html id='root' style="overflow-y: visible;">
<!-- Since the body of an app is not scrollable by default, explicitly
set it to be scrollable. -->
<head>
<script type="text/javascript" src="guest.js"></script>
</head>
- <body style="height: 200px; width: 300px; overflow-y: visible; margin: auto">
+ <body style="margin: auto">
Test guest.<br>
Test guest.<br>
Test guest.<br>

Powered by Google App Engine
This is Rietveld 408576698