summaryrefslogtreecommitdiff
path: root/tests/fixtures/crash/bug336-invalid-css.svg
blob: 7486f96d109e62608391ca4989904b3c69703bd6 (plain)
1
2
3
4
5
6
7
<?xml version="1.0" ?>
<svg height="100" width="100" xmlns="http://www.w3.org/2000/svg">
  <style>
.c {
   a: b
  </style>
</svg>