File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -23,16 +23,6 @@ assert-window-property: ({"location": |DOC_PATH| + "prefix.html"})
23
23
go-to: |DOC_PATH| + "rename-page-fragment-elsewhere.html#orig"
24
24
assert-window-property: ({"location": |DOC_PATH| + "suffix.html#new"})
25
25
26
- // Goes to an external site.
27
- go-to: |DOC_PATH| + "full-url-with-fragment.html"
28
- assert-window-property: ({"location": "https://www.rust-lang.org/#fragment"})
29
-
30
- // External site with fragment renames.
31
- go-to: |DOC_PATH| + "full-url-with-fragment-map.html#a"
32
- assert-window-property: ({"location": "https://www.rust-lang.org/#new1"})
33
- go-to: |DOC_PATH| + "full-url-with-fragment-map.html#b"
34
- assert-window-property: ({"location": "https://www.rust-lang.org/#new2"})
35
-
36
26
// Rename fragment on an existing page.
37
27
go-to: |DOC_PATH| + "prefix.html#orig"
38
28
assert-window-property: ({"location": |DOC_PATH| + "prefix.html#new"})
You can’t perform that action at this time.
0 commit comments