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