Bug 1359204 - Test view-source can open link is not blocked by security policies

This commit is contained in:
janekptacijarabaci 2018-04-30 23:56:11 +02:00 committed by Roy Tam
commit 5f39398ab7
3 changed files with 68 additions and 0 deletions

View file

@ -0,0 +1,6 @@
<html>
<head> <meta charset="utf-8"> </head>
<body>
<a id="testlink" href="dummy_page.html">clickme</a>
</body>
</html>