| Index: third_party/WebKit/LayoutTests/fast/dom/Document/script-tests/document-title-get.js
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/Document/script-tests/document-title-get.js b/third_party/WebKit/LayoutTests/fast/dom/Document/script-tests/document-title-get.js
|
| index 88acdf138174de7c2a7ff1d87b453f84c5f8ed39..fbfa382748a7b658ddfa8a6263eadcab9bb73f6d 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/Document/script-tests/document-title-get.js
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/Document/script-tests/document-title-get.js
|
| @@ -17,7 +17,7 @@ shouldBeEqualToString("document.title","nowhitespacetitle");
|
|
|
| debug('Test with whitespace');
|
| document.title = "\u0009\u000aone\u000b\u000cspace\u000d\u0020";
|
| -shouldBeEqualToString("document.title","one space");
|
| +shouldBeEqualToString("document.title","one\u000b space");
|
|
|
| debug('Test with various whitespace lengths and fields');
|
| document.title = " lots of \r whitespace and \n\n\n \t newlines \t";
|
|
|