| Index: third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/access-control-preflight-request-header-sorted.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/access-control-preflight-request-header-sorted.html b/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/access-control-preflight-request-header-sorted.html
|
| index 0d00285e8668bb87185204f869238064bfc8befb..94dff5451aa9407ed419d2f823e83983081f57e6 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/access-control-preflight-request-header-sorted.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/access-control-preflight-request-header-sorted.html
|
| @@ -16,7 +16,7 @@ function sendRequest()
|
| xhr.setRequestHeader("X-Custom-V", "foobar");
|
| xhr.setRequestHeader("X-Custom-s", "foobar");
|
| xhr.setRequestHeader("X-Custom-U", "foobar");
|
| - // Check that a simple header is also included in the
|
| + // Check that a simple header is excluded when building the
|
| // Access-Control-Request-Headers header.
|
| xhr.setRequestHeader("Content-Type", "text/plain");
|
| xhr.onerror = function() {
|
|
|