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