summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/dom/getElementsByClassName/array/003.html
blob: e110dc98fcd009f694731501aa0ceb4ba3f83f3e (plain)
1
2
3
4
5
6
7
8
9
10
11
<!doctype html>
<html>
 <head>
  <title>document.getElementsByClassName(array): "b a"</title>
  <script src="../resources/common.js"></script>
 </head>
 <body class="a b">
  <p id="r">FAIL (script did not run)</p>
  <script> t(document.getElementsByClassName(["b a"]), [document.body]) </script>
 </body>
</html>