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

Side by Side Diff: chrome/test/data/android/bindingmanager/shared_renderer1.html

Issue 1308623003: Assume crashed RenderWidgetHost to be invisible (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Check dest_render_frame_host->render_view_host()->is_hidden() 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 unified diff | Download patch
OLDNEW
(Empty)
1 <html>
2 <head>
3 <title>Shared Renderer Test</title>
4 <meta name="viewport"
5 content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
6 <script>
7 function openChild() {
8 window.open("shared_renderer2.html", "_blank");
9 };
10 </script>
11 </head>
12 <body style='height:10000px;' onclick='openChild();'>
13 Shared renderer page 1
14 </body>
15 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698