One more unit test

This commit is contained in:
Sergey
2017-02-16 13:57:05 -08:00
parent e619c28f21
commit b5203316c5

View File

@ -61,4 +61,22 @@ No XSS via EL via param binding
<source-type>vf</source-type>
</test-code>
<test-code>
<description><![CDATA[
No XSS via EL via param binding
]]></description>
<expected-problems>0</expected-problems>
<code><![CDATA[
<apex:page>
<apex:form>
<apex:selectList value="{!string}" size="1">
<apex:selectOption itemValue="{!XSS}" itemLabel="Red" itemEscaped="false"/>
</apex:selectList>
</apex:form>
</apex:page>
]]></code>
<source-type>vf</source-type>
</test-code>
</test-data>