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