Fix erroneous HTTPS links in click-noreferrer-links.html test file.
commit0a041f0ce29a56a9c944cd39f437126d976362aa
authoralexmos <alexmos@chromium.org>
Wed, 29 Oct 2014 19:35:20 +0000 (29 12:35 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 29 Oct 2014 19:35:42 +0000 (29 19:35 +0000)
tree37618e6de8aa0d36ec9303d1e80c28f86e57a209
parentb6b3b4868dba982a327421a3c5c9f4cd020cbb61
Fix erroneous HTTPS links in click-noreferrer-links.html test file.

After a recent test server refactoring (https://codereview.chromium.org/163753003), a few links in this file were left with an incorrect scheme (HTTPS instead of HTTP).  This was affecting tests that used these links, such as DontSwapProcessWithOnlyTargetBlank which was breaking with --site-per-process and passing "by accident" without --site-per-process (since the error page ended up in an expected SiteInstance).

This bug wasn't caught due to many tests not checking for page load success (issue 425335).  This is being addressed in a separate CL: https://codereview.chromium.org/681113002/

BUG=425335,417518
TEST=*.DontSwapProcessWithOnlyTargetBlank passes with --site-per-process

Review URL: https://codereview.chromium.org/676403007

Cr-Commit-Position: refs/heads/master@{#301909}
content/test/data/click-noreferrer-links.html