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:
bors-servo 2015-08-19 01:40:28 -06:00
commit 70b9922eb0
4 changed files with 26 additions and 13 deletions

View 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>

View 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>