summaryrefslogtreecommitdiffstats
path: root/browser/components/urlbar/tests/unit/data/engine-tail-suggestions.xml
diff options
context:
space:
mode:
Diffstat (limited to 'browser/components/urlbar/tests/unit/data/engine-tail-suggestions.xml')
-rw-r--r--browser/components/urlbar/tests/unit/data/engine-tail-suggestions.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/browser/components/urlbar/tests/unit/data/engine-tail-suggestions.xml b/browser/components/urlbar/tests/unit/data/engine-tail-suggestions.xml
new file mode 100644
index 0000000000..65f208884d
--- /dev/null
+++ b/browser/components/urlbar/tests/unit/data/engine-tail-suggestions.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Any copyright is dedicated to the Public Domain.
+ - http://creativecommons.org/publicdomain/zero/1.0/ -->
+
+<SearchPlugin xmlns="http://www.mozilla.org/2006/browser/search/">
+<ShortName>engine-tail-suggestions.xml</ShortName>
+<Url type="application/x-suggestions+json"
+ method="GET"
+ template="http://localhost:9001/suggest?{searchTerms}"/>
+<Url type="text/html"
+ method="GET"
+ template="http://localhost:9001/search"
+ rel="searchform"/>
+</SearchPlugin>