toolkit/components/search/tests/xpcshell/data/engineImages.xml

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/toolkit/components/search/tests/xpcshell/data/engineImages.xml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,22 @@
     1.4 +<!-- This Source Code Form is subject to the terms of the Mozilla Public
     1.5 +   - License, v. 2.0. If a copy of the MPL was not distributed with this
     1.6 +   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
     1.7 +
     1.8 +<SearchPlugin xmlns="http://www.mozilla.org/2006/browser/search/">
     1.9 +    <ShortName>IconsTest</ShortName>
    1.10 +    <Description>IconsTest. Search by Test.</Description>
    1.11 +    <InputEncoding>UTF-8</InputEncoding>
    1.12 +    <Image width="16" height="16">data:image/x-icon;base64,ico16</Image>
    1.13 +    <Image width="32" height="32">data:image/x-icon;base64,ico32</Image>
    1.14 +    <Image width="74" height="74">data:image/png;base64,ico74</Image>
    1.15 +    <Url type="application/x-suggestions+json" template="http://api.bing.com/osjson.aspx">
    1.16 +        <Param name="query" value="{searchTerms}"/>
    1.17 +        <Param name="form" value="MOZW"/>
    1.18 +    </Url>
    1.19 +    <Url type="text/html" method="GET" template="http://www.bing.com/search">
    1.20 +        <Param name="q" value="{searchTerms}"/>
    1.21 +        <MozParam name="pc" condition="pref" pref="ms-pc"/>
    1.22 +        <Param name="form" value="MOZW"/>
    1.23 +    </Url>
    1.24 +    <SearchForm>http://www.bing.com/search</SearchForm>
    1.25 +</SearchPlugin>

mercurial