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> |