Lines Matching full:href
1 Tests that when an href attribute is set, the href is no longer subject to updates to the document base URI.
7 PASS a.href is 'http://new_base/?search'
9 PASS a.href is 'http://old_base/?search'
12 PASS a.href is 'http://new_base/path'
14 PASS a.href is 'http://old_base/path'
17 PASS a.href is 'http://new_base/#hash'
19 PASS a.href is 'http://old_base/#hash'
21 Note that for the following attributes, updating the document base URI has no effect because we have to use an abosulte URL for the href in order to set an initial value for the attribute we wish to update. They are included for completeness.
24 PASS a.href is 'http://host:0/'
26 PASS a.href is 'http://host:0/'
29 PASS a.href is 'http://host/'
31 PASS a.href is 'http://host/'
34 PASS a.href is 'protocol:'
36 PASS a.href is 'protocol:'
39 PASS a.href is 'http://host:0/'
41 PASS a.href is 'http://host:0/'