tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

aria-notify-iframe-default-permissions-manual.html (1104B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4  <title>ARIA Notify API Test: iframe Default Permissions Policy Manual</title>
      5  <link rel="help" href="https://github.com/w3c/aria/pull/2577">
      6  <link rel="author" title="Jacques Newman" href="mailto:janewman@microsoft.com">
      7 </head>
      8 <body>
      9  <p>This test checks the behavior of the <code>ariaNotify</code> API when used within an iframe with default permissions policy settings.</p>
     10 
     11  <h2>Setup Instructions</h2>
     12  <p><strong>Setup:</strong> Use a screen reader (NVDA, JAWS, VoiceOver, etc.) or other assistive technology that supports the ARIA Notify API.</p>
     13  <p><strong>Instructions:</strong> Listen for the announced text from your screen reader. The test will run automatically when the page loads.</p>
     14 
     15  <div>
     16    <h3>Test: iframe with Default Permissions Policy</h3>
     17    <p><strong>Expected:</strong> Screen reader should announce "Announcement from iframe with default permissions".</p>
     18    <iframe id="testIframe" src="resources/aria-notify-iframe-manual-test.html?message=Announcement from iframe with default permissions"></iframe>
     19  </div>
     20 
     21 </body>
     22 </html>