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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/supported-xml-content-types-invalid-1.html

Issue 2310783003: Stop ignoring whitespaces in the middle of MIME type in a Content-Type header (Closed)
Patch Set: Rebase Created 4 years, 3 months 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/supported-xml-content-types-invalid-1-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/supported-xml-content-types-invalid-1.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/supported-xml-content-types-invalid-1.html b/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/supported-xml-content-types-invalid-1.html
index b454a63e7094680f462c9f00a71fcd4011a9e042..5555a0259c4d7f56f6b5b107460d17599d548a25 100644
--- a/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/supported-xml-content-types-invalid-1.html
+++ b/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/supported-xml-content-types-invalid-1.html
@@ -7,10 +7,7 @@ window.jsTestIsAsync = true;
if (window.testRunner)
testRunner.dumpAsText();
-// FIXME: our code intentionally skips spaces, that seems wrong to me.
-// https://bugs.webkit.org/show_bug.cgi?id=8644
testXMLType("foo bar/baz+xml", false);
-
testXMLType("foo[bar/baz+xml", false);
testXMLType("foo]bar/baz+xml", false);
testXMLType("foo(bar/baz+xml", false);
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/supported-xml-content-types-invalid-1-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698