summaryrefslogtreecommitdiffstats
path: root/chrome/test/data
diff options
context:
space:
mode:
authorsky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-23 05:25:28 +0000
committersky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-23 05:25:28 +0000
commitebdcf974d622d997584324643f78645663a293b0 (patch)
treece4ec4f647d7b8da4f029eada751bdb4035b7087 /chrome/test/data
parent4d5ba8f4b4e284b5aca133c86e8b929c1a7afbd1 (diff)
downloadchromium_src-ebdcf974d622d997584324643f78645663a293b0.zip
chromium_src-ebdcf974d622d997584324643f78645663a293b0.tar.gz
chromium_src-ebdcf974d622d997584324643f78645663a293b0.tar.bz2
Backs out 8523 in hopes of a greener tree.
BUG=none TEST=none TBR=brg Review URL: http://codereview.chromium.org/18548 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8548 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/data')
-rw-r--r--chrome/test/data/appmodenavigation_test.html21
1 files changed, 0 insertions, 21 deletions
diff --git a/chrome/test/data/appmodenavigation_test.html b/chrome/test/data/appmodenavigation_test.html
deleted file mode 100644
index c938dc6..0000000
--- a/chrome/test/data/appmodenavigation_test.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<html>
-<head>
-<Script Language="JavaScript">
-function load() {
- w = window.open();
- w.opener=null;
- w.document.location='http://www.google.com';
- w();
-}
-</Script>
-</head>
-<body>
-<a href="http://www.google.com" target=_blank> Link Test </a>
-<p>
-<div onclick='load()'>
-<a href=""> OnClick Test </a>
-</div>
-<p>
-<a href="about:blank"> Normal Test</a>
-</body>
-</html>