Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6679)

Unified Diff: chrome/test/data/content-sniffer-test3.html

Issue 10829070: Move resource_dispatcher_host_browsertest.cc to content_browsertests. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698