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

Side by Side Diff: LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-pathname-expected.txt

Issue 14146002: Remove all generic expected results for which a generic Chromium expected result exists (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 months 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 Test setting the pathname attribute of the URL in HTMLAnchorElement.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 Set pathname that starts with slash
7 PASS a.href is 'https://www.mydomain.com/path%20name?key=value'
8 Set pathname that does not start with slash and contains '?'
9 PASS a.href is 'https://www.mydomain.com/pa%3Fth?key=value'
10 Set pathname that starts with double slash and contains '#'
11 PASS a.href is 'https://www.mydomain.com//path%23name?key=value'
12 Set a pathname containing .. in it
13 PASS a.href is 'https://www.mydomain.com/path?key=value'
14 Set pathname to null
15 PASS a.href is 'https://www.mydomain.com/?key=value'
16 Set pathname to empty string
17 PASS a.href is 'https://www.mydomain.com/?key=value'
18 Set pathname that includes illegal characters to URL that contains illegal chara cters.
19 PASS a.href is 'https://www.my|d[]()omain.com/path/testurl.html?key=value'
20 Set pathname to URL that contains '@' in host
21 PASS a.href is 'http://w@/path#ww'
22 Set pathname to a URL with non-hierarchical protocol
23 PASS a.href is 'tel:+1800-555-1212'
24 PASS successfullyParsed is true
25
26 TEST COMPLETE
27
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698