blob: 2148e5e7a63abfd4374aaecd4f284071c0761c6a [file] [log] [blame]
<!doctype html>
<html class="a
b">
<head>
<title>document.getElementsByClassName(array): "b","a"</title>
<script src="../resources/common.js"></script>
</head>
<body class="b,a">
<p id="r">FAIL (script did not run)</p>
<script> t(document.getElementsByClassName(["b", "a"]), [document.body]) </script>
</body>
</html>