Sign in
webkit
/
WebKit
/
6ada3cd2e0d9b9e450b5e021e0e5526f55f59df8
/
.
/
LayoutTests
/
imported
/
mozilla
/
svg
/
cssComment-in-attribute-01.svg
blob: f14a26bc0b0d15fafaf1e660b48712f490578cde [
file
] [
log
] [
blame
]
<svg
xmlns
=
"http://www.w3.org/2000/svg"
>
<title>
Testcase that css comment in attribute is not allowed
</title>
<rect
width
=
"100%"
height
=
"100%"
fill
=
"/* blah */ red"
/>
</svg>