• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<!doctype html>
2<html class="a,b">
3 <head>
4  <title>element.getElementsByClassName(array): "a", "b"</title>
5  <script src="../resources/common.js"></script>
6 </head>
7 <body class="a,b x">
8  <p id="r" class="a,bx">FAIL (script did not run)</p>
9  <script class="xa,b"> t(document.documentElement.getElementsByClassName(["\fa","b\n"]), [document.body]) </script>
10 </body>
11</html>
12