aria-notify-iframe-denied-permissions-manual.html (1132B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>ARIA Notify API Test: iframe Denied 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 aria-notify explicitly denied by permissions policy.</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 aria-notify Denied by Permissions Policy</h3> 17 <p><strong>Expected:</strong> Screen reader should NOT announce: "This should not be announced".</p> 18 19 <iframe id="testIframe" src="resources/aria-notify-iframe-manual-test.html?message=This%20should%20not%20be%20announced" allow="aria-notify 'none'"></iframe> 20 </div> 21 22 </body> 23 </html>