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