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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/Document/document-title-get-expected.txt

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/document-title-get-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Document/document-title-get-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/Document/document-title-get-expected.txt
index 812bc9a5a270e40b51b73e737927ed86a9daaf1e..56f1bfbfd850482760051f4e721d239828a187fe 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Document/document-title-get-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/dom/Document/document-title-get-expected.txt
@@ -12,7 +12,7 @@ PASS document.title is ""
Test with no whitespace
PASS document.title is "nowhitespacetitle"
Test with whitespace
-PASS document.title is "one space"
+PASS document.title is "one\u000b space"
Test with various whitespace lengths and fields
PASS document.title is "lots of whitespace and newlines"
Test with various length strings

Powered by Google App Engine
This is Rietveld 408576698