- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / password / multi_frames.html
1 <html>
2 <body>
3
4 <iframe src="password_form.html" id="first_frame" name="first_frame">
5 </iframe>
6 <iframe src="password_form.html" id="second_frame" name="second_frame">
7 </iframe>
8
9 </body>
10 </html>