mirror of
https://github.com/danog/inline-critical.git
synced 2024-12-03 09:57:52 +01:00
add another svg test
This commit is contained in:
parent
c10a6a2bfd
commit
a40003d30d
7
test/fixtures/entities.html
vendored
7
test/fixtures/entities.html
vendored
@ -24,5 +24,12 @@
|
|||||||
</g>
|
</g>
|
||||||
</g>
|
</g>
|
||||||
</svg>
|
</svg>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="0" height="0" display="none">
|
||||||
|
<symbol id="uniqueID">
|
||||||
|
<title>Title</title>
|
||||||
|
<path d="M539.3,29.7h-13.7v-9.1H563v9.1h-13.7v35.9h-9.9V29.7z" />
|
||||||
|
<path clip-rule="evenodd" d="M539.3,29.7h-13.7v-9.1H563v9.1h-13.7v35.9h-9.9V29.7z" fill-rule="evenodd" />
|
||||||
|
</symbol>
|
||||||
|
</svg>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user