| Index: LayoutTests/http/tests/xmlhttprequest/default-content-type-dashboard.html
|
| diff --git a/LayoutTests/http/tests/xmlhttprequest/default-content-type-dashboard.html b/LayoutTests/http/tests/xmlhttprequest/default-content-type-dashboard.html
|
| deleted file mode 100644
|
| index 6cdc2aee52038b7483e175c8a9848a6e9688eeb6..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/http/tests/xmlhttprequest/default-content-type-dashboard.html
|
| +++ /dev/null
|
| @@ -1,16 +0,0 @@
|
| -<html>
|
| -<body>
|
| -<p>This tests that the default Content-Type for XMLHttpRequest is application/x-www-form-urlencoded when running in the Dashboard compatibility mode.</p>
|
| -<script>
|
| - if (window.testRunner) {
|
| - testRunner.setUseDashboardCompatibilityMode(true);
|
| - testRunner.dumpAsText();
|
| - }
|
| -
|
| - objXmlHttp = new XMLHttpRequest;
|
| - objXmlHttp.open("POST", "print-content-type.cgi", false);
|
| - objXmlHttp.send("");
|
| - document.write("<pre>" + objXmlHttp.responseText + "</pre>");
|
| -</script>
|
| -</body>
|
| -</html>
|
|
|