Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / HTMLAnchorElement / set-href-attribute-whitespace-expected.txt
blobf7dfc61cdea8aa8473cba40ccc6b3bf8b6b9238a
1 Test setting the href attribute of an HTMLAnchorElement to a URL with leading and trailing whitespace.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 Set href that starts with a space
7 PASS a.hostname is 'www.mydomain.com'
8 Set href that starts with a newline
9 PASS a.hostname is 'www.mydomain.com'
10 Set href that starts with a tab
11 PASS a.hostname is 'www.mydomain.com'
12 Set href that starts with a carriage return
13 PASS a.hostname is 'www.mydomain.com'
14 Set href that starts with a combination of newlines, spaces and tabs
15 PASS a.hostname is 'www.mydomain.com'
16 Set href that ends with a space
17 PASS a.hostname is 'www.mydomain.com'
18 Set href that ends with a newline
19 PASS a.hostname is 'www.mydomain.com'
20 Set href that ends with a tab
21 PASS a.hostname is 'www.mydomain.com'
22 Set href that ends with a carriage return
23 PASS a.hostname is 'www.mydomain.com'
24 Set href that ends with a combination of newlines, spaces and tabs
25 PASS a.hostname is 'www.mydomain.com'
26 Set href that starts and ends with a combination of newlines, spaces and tabs
27 PASS a.hostname is 'www.mydomain.com'
28 PASS successfullyParsed is true
30 TEST COMPLETE