| Index: LayoutTests/fast/selectors/querySelector-leftmost-selector-matches-ancestor.html
|
| diff --git a/LayoutTests/fast/selectors/querySelector-leftmost-selector-matches-ancestor.html b/LayoutTests/fast/selectors/querySelector-leftmost-selector-matches-ancestor.html
|
| index f9addfb41ccf07419a78d078609c83ac7017a6bf..c380a282ba1d380738ab9eeda67286c67a319420 100644
|
| --- a/LayoutTests/fast/selectors/querySelector-leftmost-selector-matches-ancestor.html
|
| +++ b/LayoutTests/fast/selectors/querySelector-leftmost-selector-matches-ancestor.html
|
| @@ -43,5 +43,4 @@ shouldBeNull("rootNode.querySelector('#body')");
|
| shouldBeNull("rootNode.querySelector('.body')");
|
| shouldBeNull("rootNode.querySelector('body')");
|
| </script>
|
| -<script src="../js/resources/js-test-post.js"></script>
|
| </html>
|
|
|