| Index: content/test/data/simple_links.html
|
| diff --git a/content/test/data/simple_links.html b/content/test/data/simple_links.html
|
| index e5206796c18df919716a7dd710559cfc0d052011..43f7405ccb28c28e2cbd6cb655cca899d2786e0c 100644
|
| --- a/content/test/data/simple_links.html
|
| +++ b/content/test/data/simple_links.html
|
| @@ -24,10 +24,15 @@
|
| function clickCrossSiteLink() {
|
| return simulateClick(document.getElementById("cross_site_link"));
|
| }
|
| +
|
| + function clickViewSourceLink() {
|
| + return simulateClick(document.getElementById("view_source_link"));
|
| + }
|
| </script>
|
| </head>
|
|
|
| <a href="title2.html" id="same_site_link">same-site</a><br>
|
| <a href="http://foo.com/title2.html" id="cross_site_link">cross-site</a><br>
|
| +<a href="view-source:about:blank" id="view_source_link">view-source:</a><br>
|
|
|
| </html>
|
|
|