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 <?xml version="1.0"?>
2 <svg width="10cm" height="5cm" viewBox="0 0 1000 500"
3 xmlns="http://www.w3.org/2000/svg"
4 version="1.1">
6 <script>
7 function init()
8 {
9 document.getElementsByTagName("rect")[0].style.display = "-moz-inline-stack";
10 }
12 window.addEventListener("load", init, false);
13 </script>
15 <rect requiredFeatures="http://www.w3.org/TR/SVG11/feature#SVG-nonexistent-feature"/>
16 </svg>