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

Unified Diff: LayoutTests/http/tests/xmlhttprequest/post-content-type.html

Issue 57483002: Implement File constructor. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Addressed most feedback. 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/http/tests/xmlhttprequest/post-content-type.html
diff --git a/LayoutTests/http/tests/xmlhttprequest/post-content-type.html b/LayoutTests/http/tests/xmlhttprequest/post-content-type.html
index bc7aff4cad654659c108612625e568b5cbe2ee44..973b95e779900bbf8cc6f3eb7158485b91c9bdca 100644
--- a/LayoutTests/http/tests/xmlhttprequest/post-content-type.html
+++ b/LayoutTests/http/tests/xmlhttprequest/post-content-type.html
@@ -1,5 +1,5 @@
-<html>
-<body>
+<!DOCTYPE html>
+
<p>Test for <a href="http://crbug.com/172802">bug 172802</a>
- Wrong default Content-Type set in XMLHttpRequest.send(DOMString)</p>
<p>Should be text/plain;charset=UTF-8:</p>
@@ -12,5 +12,3 @@
objXmlHttp.send("");
document.write("<pre>" + objXmlHttp.responseText + "</pre>");
</script>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698