| Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/getElementsByClassName-12.htm
|
| diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/getElementsByClassName-12.htm b/third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/getElementsByClassName-12.htm
|
| deleted file mode 100644
|
| index b4a2eeebbac3ca480d1984f3674be412463f7eec..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/getElementsByClassName-12.htm
|
| +++ /dev/null
|
| @@ -1,15 +0,0 @@
|
| -<!doctype html>
|
| -<html class="a">
|
| - <head>
|
| - <title>element.getElementsByClassName(): simple</title>
|
| - <script src="../../../../resources/testharness.js"></script>
|
| - <script src="../../../../resources/testharnessreport.js"></script>
|
| - </head>
|
| - <body class="a">
|
| - <div id="log"></div>
|
| - <script>test(function() {
|
| - assert_array_equals(document.body.getElementsByClassName("a"), [])
|
| - })
|
| - </script>
|
| - </body>
|
| -</html>
|
|
|