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

Unified Diff: LayoutTests/fast/xmlhttprequest/xmlhttprequest-withcredentials-before-open.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-withcredentials-before-open.html
diff --git a/LayoutTests/fast/xmlhttprequest/xmlhttprequest-withcredentials-before-open.html b/LayoutTests/fast/xmlhttprequest/xmlhttprequest-withcredentials-before-open.html
index f3c7b9e3fb28e97669c9ce7be30a07b199ccf360..18a35130cfd07ddb23aab7e4ec9389e949580044 100644
--- a/LayoutTests/fast/xmlhttprequest/xmlhttprequest-withcredentials-before-open.html
+++ b/LayoutTests/fast/xmlhttprequest/xmlhttprequest-withcredentials-before-open.html
@@ -11,7 +11,6 @@
evalAndLog("xhr.open('GET', 'http://mydomain');");
shouldBeTrue('xhr.withCredentials');
</script>
- <script src="../js/resources/js-test-post.js"></script>
</head>
<body>
<div id="description"></div>

Powered by Google App Engine
This is Rietveld 408576698