aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/search/pagetemplates/engine/test/ChoiceOfRenderers.xml
blob: 29b7d3411a6c566c972f9bf062650e8176f38a84 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!-- Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
<page id="ChoiceOfRenderers" source="source1 source2">

    <choice>
        <renderer name="sectionLook1"/>
        <renderer name="sectionLook2"/>
    </choice>
    <choice>
        <renderer name="source1Look1" for="source1"/>
        <renderer name="source1Look2" for="source1"/>
        <renderer name="source1Look3" for="source1">
            <parameter name="color">#ff00ff</parameter>
            <parameter name="blink">true</parameter>
        </renderer>
    </choice>

</page>