Sign in
webkit
/
WebKit
/
8e7a3447df20af9ec2c05f0bf890f531cfa43c41
/
.
/
LayoutTests
/
http
/
tests
/
xmlhttprequest
/
resources
/
svgtest.svg
blob: b12176f5366c1f4a1c2256cc776fe0a652a150d0 [
file
] [
log
] [
blame
]
<!-- Small test SVG for http/tests/xmlhttprequest/svg-created-by-xhr-disallowed-in-dashboard.html test -->
<svg
xmlns
=
"http://www.w3.org/2000/svg"
width
=
"100"
height
=
"100"
>
<circle
id
=
"svgCircle"
cx
=
"50"
cy
=
"50"
r
=
"50"
fill
=
"red"
/>
</svg>