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

Side by Side Diff: LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-search-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 search 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 search without '?'
7 PASS a.href is 'https://www.mydomain.com/path/?value=key'
8 Set search that starts with '?' and contains spaces
9 PASS a.href is 'https://www.mydomain.com/path/?val%20ue=%20key?'
10 Set search to a malformed URL
11 PASS a.href is 's:www.mydomain.com/path/?%'
12 Set search containing '#'
13 PASS a.href is 'https://www.mydomain.com/path/?value%23key#hash'
14 Set search to a malformed URL
15 PASS a.href is 'bad:/|/url?value=key'
16 Set search to null
17 PASS a.href is 'https://www.mydomain.com/path/'
18 Set search to empty string
19 PASS a.href is 'https://www.mydomain.com/path/?'
20 PASS successfullyParsed is true
21
22 TEST COMPLETE
23
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698