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

Unified Diff: LayoutTests/fast/xmlhttprequest/xmlhttprequest-set-responsetype.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/xmlhttprequest/xmlhttprequest-set-responsetype.html
diff --git a/LayoutTests/fast/xmlhttprequest/xmlhttprequest-set-responsetype.html b/LayoutTests/fast/xmlhttprequest/xmlhttprequest-set-responsetype.html
index 95ed2a1b86faa62dfe567f4d15889163d4f100e1..efc83ef83472f98022685f48b8a36bcdf5d73243 100644
--- a/LayoutTests/fast/xmlhttprequest/xmlhttprequest-set-responsetype.html
+++ b/LayoutTests/fast/xmlhttprequest/xmlhttprequest-set-responsetype.html
@@ -22,5 +22,4 @@ shouldNotThrow('xhr.responseType = "dkjdfkjdfkj"');
shouldBeEqualToString('xhr.responseType = "text"; xhr.responseType = "asdfasdfasd"; xhr.responseType', 'text');
</script>
-<script src="../js/resources/js-test-post.js"></script>
</body>

Powered by Google App Engine
This is Rietveld 408576698