1
    2
    3
    4
    5
    6
    7
    8
    9
   10

content / test / data / page-with-trust-token-permissions-policy-disabled.html [blame]

<!DOCTYPE html>
<meta charset="utf-8">
<title></title>

<body>
  <p>This page has the private-state-token-redemption Feature Policy feature disabled (via its mock headers).</p>
  <p>It also has an iframe! Yay for iframes.</p>

  <iframe src="/cross-site/b.com/title1.html" id="test_iframe" />
</body>