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