| Index: chrome/test/data/frame_tree/anchor_to_same_site_location.html
|
| diff --git a/chrome/test/data/frame_tree/anchor_to_same_site_location.html b/chrome/test/data/frame_tree/anchor_to_same_site_location.html
|
| index 56ce8037c7647de15c2de66f56b83d94b6af4038..ed3f83ed46b9f764b10d8f0b803957d08ff226f6 100644
|
| --- a/chrome/test/data/frame_tree/anchor_to_same_site_location.html
|
| +++ b/chrome/test/data/frame_tree/anchor_to_same_site_location.html
|
| @@ -18,5 +18,15 @@ https://crbug.com/658386.
|
| <hr>
|
| <a href="/title1.html"
|
| id="test-anchor-no-target">Test link to click while holding ctrl key</a>
|
| +<hr>
|
| +<a href="/title1.html"
|
| + target="_blank"
|
| + id="test-anchor-with-blank-target">Test link with target="_blank"</a>
|
| +<hr>
|
| +<a href="/title1.html"
|
| + target="subframe"
|
| + id="test-anchor-with-subframe-target">Test link with target="subframe"</a>
|
| +
|
| +<iframe src="/title1.html" name="subframe"></iframe>
|
| </body>
|
| </html>
|
|
|