1 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:g="http://www.w3.org/2000/svg"> 2 <head> 3 <title>document.getElementsByClassName(): compound</title> 4 <script src="resources/common.js"></script> 5 </head> 6 <body> 7 <p id="r">FAIL (script did not run)</p> 8 <x class="a"/> 9 <g:x class="a"/> 10 <script> t(document.getElementsByClassName("a"), document.getElementsByTagName("x")) </script> 11 </body> 12 </html> 13