5 <title>document.getElementsByClassName(): also simple
</title>
6 <script src=
"resources/common.js"></script>
10 <p id=
"r">FAIL (script did not run)
</p>
11 <script> t(document
.getElementsByClassName("a\n"), [document
.documentElement
, document
.body
]) </script>