- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / dom_automation / frames / test.html
1 <html>
2 <head>
3 <script>
4
5 </script>
6 </head>
7
8 <frameset id="set" cols="25%,75%">
9 <frame src="frame1.html">
10 <frame src="frame2.html">
11 </frameset>
12 </html>