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