| Index: third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/header-value-update/normalize-unaffected-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/header-value-update/normalize-unaffected-expected.txt b/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/header-value-update/normalize-unaffected-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..a17957a1b790b3a3fd5ddfbc9f9d751a7a38b7f8
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/header-value-update/normalize-unaffected-expected.txt
|
| @@ -0,0 +1,11 @@
|
| +A single call to XMLHttpRequest.setRequestHeader() with a header value with leading/trailing whitespaces should not show a deprecation message.
|
| +
|
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| +
|
| +
|
| +PASS xhr.responseText.match(/HTTP_TEST1: a\r?\n/) is not null
|
| +PASS xhr.responseText.match(/HTTP_TEST2: a\r?\n/) is not null
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|