| <html> | |
| <head> | |
| <title>Shared Renderer Test</title> | |
| <meta name="viewport" | |
| content="width=device-width, initial-scale=1.0, maximum-scale=1.0" /> | |
| <script> | |
| function openChild() { | |
| window.open("shared_renderer2.html", "_blank"); | |
| }; | |
| </script> | |
| </head> | |
| <body style='height:10000px;' onclick='openChild();'> | |
| Shared renderer page 1 | |
| </body> | |
| </html> |