1
    2
    3
    4
    5
    6
    7
    8

content / test / data / page_with_data_iframe_and_allow.html [blame]

<html>
<head></head>
<body>
  <p>This page has a data URL iframe which is initially allowed to use the
  Geolocation API.
  <p><iframe allow="geolocation" src="data:text/html,Subframe"></iframe>
</body>
</html>