summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/extensions/api_test/webrequest/newTab/a.html
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/data/extensions/api_test/webrequest/newTab/a.html')
-rw-r--r--chrome/test/data/extensions/api_test/webrequest/newTab/a.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/chrome/test/data/extensions/api_test/webrequest/newTab/a.html b/chrome/test/data/extensions/api_test/webrequest/newTab/a.html
new file mode 100644
index 0000000..332d419
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/webrequest/newTab/a.html
@@ -0,0 +1,11 @@
+<html><head>
+<style type="text/css">
+body {
+ margin: 0;
+}
+</style>
+</head>
+<body>
+<a href="b.html" target="_blank">link</a>
+</body>
+</html>