Index: LayoutTests/fast/dom/title-content-set-innerText-get.xhtml |
diff --git a/LayoutTests/fast/dom/title-content-set-innerText-get.xhtml b/LayoutTests/fast/dom/title-content-set-innerText-get.xhtml |
index 0b811ec253f6e0a4cedaab7c11ee9c0604f9ba94..51a10a9d3b1bb7220cef5939618f1835d6b48931 100644 |
--- a/LayoutTests/fast/dom/title-content-set-innerText-get.xhtml |
+++ b/LayoutTests/fast/dom/title-content-set-innerText-get.xhtml |
@@ -13,6 +13,5 @@ description("This test ensures that we can update the contents of the title tag |
document.title = 'This is the new title'; |
shouldBe("document.getElementById('t').innerText", "'This is the new title'"); |
</script> |
-<script src="../js/resources/js-test-post.js"></script> |
</body> |
</html> |