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

Unified Diff: content/test/data/browser_plugin_dragging.html

Issue 15505003: GTTF: Convert most tests in content to use EmbeddedTestServer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: clang Created 7 years, 7 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: content/test/data/browser_plugin_dragging.html
diff --git a/content/test/data/browser_plugin_dragging.html b/content/test/data/browser_plugin_dragging.html
index 1a0c38c6ba76d87582bc04d79a3ec80054a45a03..66375e0fb78b23bc35c121032838c981f16d609a 100644
--- a/content/test/data/browser_plugin_dragging.html
+++ b/content/test/data/browser_plugin_dragging.html
@@ -1,3 +1,7 @@
+<html>
+<head></head>
+<body>
+
<textarea id='id_message'>
</textarea>
@@ -26,3 +30,6 @@ function SetSrc(src) {
plugin.src = src;
}
</script>
+
+</body>
+</html>
« no previous file with comments | « content/browser/web_contents/web_contents_impl_browsertest.cc ('k') | net/test/embedded_test_server/embedded_test_server.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698