| Index: LayoutTests/fast/css/sibling-selectors-dynamic.html
 | 
| diff --git a/LayoutTests/fast/css/sibling-selectors-dynamic.html b/LayoutTests/fast/css/sibling-selectors-dynamic.html
 | 
| index 6c5d68cd6e9aa23fa8bfcb993f762901908e1a02..0397dd0c3dbdb855d3de79e2432662124f3ed512 100644
 | 
| --- a/LayoutTests/fast/css/sibling-selectors-dynamic.html
 | 
| +++ b/LayoutTests/fast/css/sibling-selectors-dynamic.html
 | 
| @@ -25,4 +25,3 @@ document.querySelector('.foo').className = 'bar';
 | 
|  document.documentElement.offsetTop;
 | 
|  shouldBe("getComputedStyle(document.getElementById('last')).backgroundColor", "'rgb(0, 128, 0)'");
 | 
|  </script>
 | 
| -<script src="../js/resources/js-test-post.js"></script>
 | 
| 
 |