Sign in
webkit
/
WebKit
/
60c3f717a9141a0f8afd6e8437d26c6404e4424c
/
.
/
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>