- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / safe_browsing / iframe_redirect_malware.html
1 <html>
2 <body>
3 <iframe src ="/server-redirect?http://localhost/files/safe_browsing/malware.html" width="100%" height="300">
4   <p>Your browser does not support iframes.</p>
5 </iframe>
6 <iframe src ="/empty.hml" width="100%" height="300">
7   <p>Your browser does not support iframes.</p>
8 </iframe>
9 </body>
10 </html>