1
    2
    3
    4
    5
    6
    7
    8
    9

content / test / data / permissions-policy4.html [blame]

<html>
<head></head>
<body>This page has a different permissions policy header.
<p>
Note that we can't use use allow="geolocation" here, as this will redirect to a
different origin, and we don't know the port which will be used.
<iframe src="/cross-site/b.com/title2.html" allow="geolocation *"></iframe>
</body>
</html>