зеркало из https://github.com/mozilla/gecko-dev.git
12 строки
244 B
XML
12 строки
244 B
XML
|
<svg xmlns="http://www.w3.org/2000/svg">
|
||
|
<script>
|
||
|
<![CDATA[
|
||
|
|
||
|
var q = document.createElementNS("http://www.w3.org/2000/svg", "text").rotate.baseVal.appendItem({});
|
||
|
q.__proto__ = document.createTextNode("x");
|
||
|
q.constructor;
|
||
|
|
||
|
]]>
|
||
|
</script>
|
||
|
</svg>
|