- add sources.
[platform/framework/web/crosswalk.git] / src / content / test / data / content-sniffer-test3.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
3 <head>
4 <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
5 <title>Content Sniffer Test 3</title>
6 </head>
7 <body>
8 <script id="sc">
9 var iframe = document.createElement('iframe');
10 iframe.frameBorder = iframe.width = iframe.height = 0;
11 iframe.src = "http://mock.http/content-sniffer-test3-frame.txt";
12 document.body.appendChild(iframe);
13 </script>
14 <pre>Do NOT download!!</pre>
15 </body>
16 </html>