Sign in
webkit
/
WebKit
/
3b4a71b86e9463fbde4635e3ee4b2228ac597d85
/
.
/
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>