deferred-tree-1-ref.xhtml (397B)
1 <?xml version="1.0" encoding="UTF-8" standalone="no" ?> 2 <html xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <title>Deferred tree</title> 5 </head> 6 7 <body> 8 <p id="tree-container"> 9 <svg xmlns="http://www.w3.org/2000/svg" width="200px" height="200px" 10 id="created-svg"> 11 <rect x="0" y="0" width="199" height="199" fill="green"/> 12 </svg> 13 </p> 14 </body> 15 </html>