| Index: chrome/test/data/content-sniffer-test3.html
|
| ===================================================================
|
| --- chrome/test/data/content-sniffer-test3.html (revision 148962)
|
| +++ chrome/test/data/content-sniffer-test3.html (working copy)
|
| @@ -1,16 +0,0 @@
|
| -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
| -<html>
|
| -<head>
|
| -<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
|
| -<title>Content Sniffer Test 3</title>
|
| -</head>
|
| -<body>
|
| -<script id="sc">
|
| -var iframe = document.createElement('iframe');
|
| -iframe.frameBorder = iframe.width = iframe.height = 0;
|
| -iframe.src = "http://mock.http/content-sniffer-test3-frame.txt";
|
| -document.body.appendChild(iframe);
|
| -</script>
|
| -<pre>Do NOT download!!</pre>
|
| -</body>
|
| -</html>
|
|
|