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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/Document/script-tests/document-title-get.js

Issue 2480203002: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Sync CL to position 430550 Created 4 years, 1 month 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
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";

Powered by Google App Engine
This is Rietveld 408576698