Bug 1890277: part 1) Add CSP parser tests for `require-trusted-types-for`. r=tschuster
[gecko.git] / layout / reftests / css-visited / svg-paint-currentcolor-visited-ref.svg
blobe42c1fd15b0db48015cc1bd3ffd96a4a1d30db3f
1 <svg xmlns="http://www.w3.org/2000/svg">
2 <style>
3 rect { fill: green; stroke: green; stroke-width: 20px; }
4 </style>
5 <rect x="10" y="10" width="80" height="80"/>
6 </svg>