Sign in
webkit
/
WebKit
/
ff4cb3c2323f3937e96e08f4f6fbe6c7755f9da5
/
.
/
LayoutTests
/
svg
/
custom
/
attribute-namespace-check.svg
blob: 229d5805622c670030f4ffaa6be6dca52e3330ac [
file
] [
log
] [
blame
]
<svg
xmlns
=
'http://www.w3.org/2000/svg'
xmlns:bogus
=
'http://www.example.com'
width
=
'100px'
height
=
'100px'
>
<g
fill
=
'green'
>
<rect
width
=
'100'
height
=
'100'
bogus:fill
=
'red'
/>
</g>
</svg>