Index: LayoutTests/fast/js/dictionary-string-conversion-exception.html |
diff --git a/LayoutTests/fast/js/dictionary-string-conversion-exception.html b/LayoutTests/fast/js/dictionary-string-conversion-exception.html |
index a1780537dfa1465c95e95aafa6db23aa1b9b166f..207ea9914b0b6f78765b5f143e39fa9ad69fef0d 100644 |
--- a/LayoutTests/fast/js/dictionary-string-conversion-exception.html |
+++ b/LayoutTests/fast/js/dictionary-string-conversion-exception.html |
@@ -11,6 +11,5 @@ shouldBeEqualToString("new MessageEvent('message', {origin: 2}).origin", "2"); |
var nonConvertibleToString = {toString: function() { throw "Exception in toString()"; }}; |
shouldThrow("new MessageEvent('message', {origin: nonConvertibleToString})", "'Exception in toString()'"); |
</script> |
-<script src="resources/js-test-post.js"></script> |
</body> |
</html> |