mirror of
https://github.com/servo/servo.git
synced 2025-08-09 07:25:35 +01:00
Auto merge of #7260 - notriddle:issue_7169, r=Ms2ger
Navigate to a new page even when there's a fragment. Closes #7169 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7260) <!-- Reviewable:end -->
This commit is contained in:
commit
70b9922eb0
4 changed files with 26 additions and 13 deletions
2
tests/html/test_navigate.html
Normal file
2
tests/html/test_navigate.html
Normal file
|
@ -0,0 +1,2 @@
|
|||
<h1>This should change when the link is clicked</h1>
|
||||
<a href="test_navigate2.html#t">Test link</a> <div id="t">Move</div>
|
2
tests/html/test_navigate2.html
Normal file
2
tests/html/test_navigate2.html
Normal file
|
@ -0,0 +1,2 @@
|
|||
<h1>This should not change when the link is clicked</h1>
|
||||
<a href="test_navigate2.html#t">Test link</a> <div id="t">Move</div>
|
Loading…
Add table
Add a link
Reference in a new issue