aboutsummaryrefslogtreecommitdiff
path: root/tests/php/Quotes in attributes.xhtml
blob: e3fcfd2053ed61199dd02d745971c3cab94f7b39 (plain)
1
2
3
4
5
<p><a href="/&quot;style=&quot;color:red">Test</a>
<a href="/'style='color:red">Test</a></p>

<p><img src="/&quot;style=&quot;border-color:red;border-size:1px;border-style:solid" alt="" />
<img src="/'style='border-color:red;border-size:1px;border-style:solid" alt="" /></p>