mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
12 lines
369 B
HTML
12 lines
369 B
HTML
<html>
|
|
<!--
|
|
This document is a child frame of a CSP document and the
|
|
test verifies that it is permitted to run javascript: URLs
|
|
if the parent has a policy that allows them.
|
|
-->
|
|
<body onload="document.getElementById('a').click()">
|
|
<a id="a" href="javascript:parent.javascript_link_ran = true;
|
|
parent.checkResult();">click</a>
|
|
</body>
|
|
</html>
|