Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<html>
<head>
<title>ARIA Notify API Test: iframe Default Permissions Policy Manual</title>
<link rel="author" title="Jacques Newman" href="mailto:janewman@microsoft.com">
</head>
<body>
<p>This test checks the behavior of the <code>ariaNotify</code> API when used within an iframe with default permissions policy settings.</p>
<h2>Setup Instructions</h2>
<p><strong>Setup:</strong> Use a screen reader (NVDA, JAWS, VoiceOver, etc.) or other assistive technology that supports the ARIA Notify API.</p>
<p><strong>Instructions:</strong> Listen for the announced text from your screen reader. The test will run automatically when the page loads.</p>
<div>
<h3>Test: iframe with Default Permissions Policy</h3>
<p><strong>Expected:</strong> Screen reader should announce "Announcement from iframe with default permissions".</p>
<iframe id="testIframe" src="resources/aria-notify-iframe-manual-test.html?message=Announcement from iframe with default permissions"></iframe>
</div>
</body>
</html>