summaryrefslogtreecommitdiffstats
path: root/chrome/test/data
diff options
context:
space:
mode:
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>