blob: b60129d76ac7fd7de7a1ab88e539958338f3d1af [file] [log] [blame]
weinig@apple.com1bed3cb2007-12-14 21:48:20 +00001<!doctype html>
2<html>
3 <head>
4 <title>document.getElementsByClassName(): multiple classes</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("a\fa"), [document.body]) </script>
10 </body>
11</html>