summaryrefslogtreecommitdiff
path: root/src/lxml/html/tests/hackers-org-data/style-url-js.data
blob: c96aea10d5fbf39f08099de48c2647a2a2c7c77a (plain)
1
2
3
4
5
6
7
8
Description: http://ha.ckers.org/xss.html#XSS_STYLE_background-image
Options: -style, -safe_attrs_only
Notes: The CSS is messed up here, but so it goes

<div><STYLE>.XSS{background-image:url("javascript:alert('XSS')");}</STYLE><A CLASS=XSS></A></div>
----------
<div><style>.XSS{background-image:url("");}</style><a class="XSS"></a></div>