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"})
2323go-to: |DOC_PATH| + "rename-page-fragment-elsewhere.html#orig"
2424assert-window-property: ({"location": |DOC_PATH| + "suffix.html#new"})
2525
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-
3626// Rename fragment on an existing page.
3727go-to: |DOC_PATH| + "prefix.html#orig"
3828assert-window-property: ({"location": |DOC_PATH| + "prefix.html#new"})
You can’t perform that action at this time.
0 commit comments