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