Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review: https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
1 <svg xmlns="http://www.w3.org/2000/svg">
2 <defs>
3 <svg id="x" viewBox=" 0 0 10 10"/>
4 </defs>
5 <script>
6 window.addEventListener("load", function() { document.getElementById("x").setAttribute("width", "2"); }, false);
7 </script>
8 </svg>