| Index: LayoutTests/fast/dom/HTMLElement/attr-dir-auto.html
|
| diff --git a/LayoutTests/fast/dom/HTMLElement/attr-dir-auto.html b/LayoutTests/fast/dom/HTMLElement/attr-dir-auto.html
|
| index d4184f7c564e529a5bc3f45dd86993307111c22d..645e98f2e127909f0cdfd1bf8901892f4801c8ce 100644
|
| --- a/LayoutTests/fast/dom/HTMLElement/attr-dir-auto.html
|
| +++ b/LayoutTests/fast/dom/HTMLElement/attr-dir-auto.html
|
| @@ -31,6 +31,5 @@ el = document.getElementById("right-to-left2");
|
| shouldBe("document.defaultView.getComputedStyle(el, null).getPropertyValue('border-right-color')", "'rgb(0, 128, 0)'");
|
| document.getElementById("parentDiv").style.display = "none";
|
| </script>
|
| -<script src="../../js/resources/js-test-post.js"></script>
|
| </body>
|
| </html>
|
|
|