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

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

Issue 2469983007: Fix document title with LINE SEPARATOR/PARAGRAPH SEPARATOR/LINE TABULATION (Closed)
Patch Set: upload with --similarity=100 --no-find-copies 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 unified diff | Download patch
OLDNEW
1 This test checks the implementation of getting the document.title attribute. 1 This test checks the implementation of getting the document.title attribute.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 Test with no title set 6 Test with no title set
7 PASS document.title is "" 7 PASS document.title is ""
8 Test with empty title 8 Test with empty title
9 PASS document.title is "" 9 PASS document.title is ""
10 Test with only whitespace 10 Test with only whitespace
11 PASS document.title is "" 11 PASS document.title is ""
12 Test with no whitespace 12 Test with no whitespace
13 PASS document.title is "nowhitespacetitle" 13 PASS document.title is "nowhitespacetitle"
14 Test with whitespace 14 Test with whitespace
15 PASS document.title is "one space" 15 PASS document.title is "one\u000b space"
16 Test with various whitespace lengths and fields 16 Test with various whitespace lengths and fields
17 PASS document.title is "lots of whitespace and newlines" 17 PASS document.title is "lots of whitespace and newlines"
18 Test with various length strings 18 Test with various length strings
19 PASS successfullyParsed is true 19 PASS successfullyParsed is true
20 20
21 TEST COMPLETE 21 TEST COMPLETE
22 22
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698