summaryrefslogtreecommitdiffstats
path: root/content/test/data
diff options
context:
space:
mode:
authorxiyuan@chromium.org <xiyuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-25 16:00:10 +0000
committerxiyuan@chromium.org <xiyuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-25 16:00:10 +0000
commitfa13583bee02fb9e2b02c7d761bfb291e9035abc (patch)
treea3b14450eae3e1673e77ad1bad05c85e958ed940 /content/test/data
parent45c56d58e1fa736d57fb8bc9deaed44123386ade (diff)
downloadchromium_src-fa13583bee02fb9e2b02c7d761bfb291e9035abc.zip
chromium_src-fa13583bee02fb9e2b02c7d761bfb291e9035abc.tar.gz
chromium_src-fa13583bee02fb9e2b02c7d761bfb291e9035abc.tar.bz2
Revert 202112 "GTTF: Convert most tests in content to use Embedd..."
> GTTF: Convert most tests in content to use EmbeddedTestServer. > > This eliminates a whole class of problems with SpawnedTestServer > failing to start. > > BUG=96594 > R=avi@chromium.org, satorux@chromium.org > > Review URL: https://codereview.chromium.org/15505003 TBR=phajdan.jr@chromium.org Review URL: https://codereview.chromium.org/15846017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202303 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/test/data')
-rw-r--r--content/test/data/browser_plugin_dragging.html7
1 files changed, 0 insertions, 7 deletions
diff --git a/content/test/data/browser_plugin_dragging.html b/content/test/data/browser_plugin_dragging.html
index 66375e0..1a0c38c 100644
--- a/content/test/data/browser_plugin_dragging.html
+++ b/content/test/data/browser_plugin_dragging.html
@@ -1,7 +1,3 @@
-<html>
-<head></head>
-<body>
-
<textarea id='id_message'>
</textarea>
@@ -30,6 +26,3 @@ function SetSrc(src) {
plugin.src = src;
}
</script>
-
-</body>
-</html>