mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
9 lines
199 B
XML
9 lines
199 B
XML
|
<?xml version="1.0"?>
|
||
|
<svg xmlns="http://www.w3.org/2000/svg">
|
||
|
<script type="text/javascript">
|
||
|
|
||
|
document.createElementNS("http://www.w3.org/2000/svg", "filter").filterResX;
|
||
|
|
||
|
</script>
|
||
|
</svg>
|