| Index: third_party/WebKit/LayoutTests/fast/dom/getElementsByClassName/010.xml
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/getElementsByClassName/010.xml b/third_party/WebKit/LayoutTests/fast/dom/getElementsByClassName/010.xml
|
| deleted file mode 100644
|
| index 44f8474baf9cc99aa54017a5d792dfaa87392b4b..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/getElementsByClassName/010.xml
|
| +++ /dev/null
|
| @@ -1,12 +0,0 @@
|
| -<html xmlns="http://www.w3.org/1999/xhtml" xmlns:g="http://www.w3.org/2000/svg">
|
| - <head>
|
| - <title>document.getElementsByClassName(): compound</title>
|
| - <script src="resources/common.js"></script>
|
| - </head>
|
| - <body>
|
| - <p id="r">FAIL (script did not run)</p>
|
| - <x class="a"/>
|
| - <g:x class="a"/>
|
| - <script> t(document.getElementsByClassName("a"), document.getElementsByTagName("x")) </script>
|
| - </body>
|
| -</html>
|
|
|