Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(144)

Side by Side Diff: third_party/WebKit/LayoutTests/fast/dom/getElementsByClassName/array/001.html

Issue 2746033002: Remove some getElementsByClassName tests (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <!doctype html>
2 <html class="a
3 b">
4 <head>
5 <title>document.getElementsByClassName(array): "a\n"</title>
6 <script src="../resources/common.js"></script>
7 </head>
8 <body class="a
9 ">
10 <p id="r">FAIL (script did not run)</p>
11 <script> t(document.getElementsByClassName(["a\n"]), [document.documentElement , document.body]) </script>
12 </body>
13 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698