Upstream version 9.38.204.0
[platform/framework/web/crosswalk.git] / src / xwalk / test / android / data / request_focus_main.html
1 <html>
2 <head>
3 <script>
4 document.get
5 </script>
6 </head>
7 <frameset rows=50%,50%>
8     <frame src="request_focus_left_frame.html" name="LeftFrame" />
9     <frame src="request_focus_right_frame.html" name="RightFrame" />
10 </frameset>
11 </html>