Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(214)

Unified Diff: LayoutTests/fast/js/dictionary-string-conversion-exception.html

Issue 48903019: Delete js-test-post.js. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698