Difference between revisions of "Random Testing RJ"
Jump to navigation
Jump to search
-- Delete Me
-DELETE ME--
(88 intermediate revisions by the same user not shown) | |||
Line 8: | Line 8: | ||
document.getElementById("myAnchor").blur(); | document.getElementById("myAnchor").blur(); | ||
} | } | ||
+ | |||
</script> | </script> | ||
<style type="text/css"> | <style type="text/css"> | ||
Line 30: | Line 31: | ||
</head> | </head> | ||
<body> | <body> | ||
− | -DELETE ME-- | + | -DELETE ME--<br> |
− | < | + | <p class="bannertext" aria-hidden="true">Home loan solutions custom-designed<br>for you.</p> |
− | < | + | --<DELETE ME--> |
− | + | ||
− | + | <input id="abc1" type="text" aria-required="true"> | |
− | + | <label for="abc1">Testing</label> | |
− | + | ||
− | + | <div role="heading" aria-level="1"> </div> | |
− | + | <input aria-hidden="true" type="radio" id="someid"> | |
− | + | <label for="someid">Aria hidden on the radio input</label> | |
− | + | ||
− | + | <input type="text" title="hi there" aria-hidden="true"><br> | |
− | + | ||
− | + | <div class="material-radio f-material-radio"><input class="radio-input" id="m-spanish" name="prefLanguage" type="radio" aria-hidden="true" value="es-US"><label for="m-spanish" role="radio" aria-checked="false">Español</label></div><br> | |
− | + | ||
− | + | ||
− | + | -- Delete Me <br> | |
− | + | <table role="presentation"> | |
− | + | <tr> | |
− | + | <td>Company Name</td> | |
− | + | <td>Level Access</td> | |
− | + | </tr> | |
− | + | <tr> | |
− | + | <td>State</td> | |
− | + | <td>VA</td> | |
− | </ | + | </tr> |
− | + | </tr> | |
+ | <tr> | ||
+ | <td>Country</td> | ||
+ | <td>USA</td> | ||
+ | |||
+ | </table><br> | ||
+ | |||
+ | <table role="presentation"> | ||
+ | <tr> | ||
+ | <td>Company Name</td> | ||
+ | <td><a href="#">Level Access</a></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>State</td> | ||
+ | <td><input type="text"></td> | ||
+ | </tr> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>Country</td> | ||
+ | <td>USA</td> | ||
+ | |||
+ | </table> | ||
+ | -DELETE ME--<br> | ||
+ | |||
<h3>div container with style="display: table-cell" and role of region</h3> | <h3>div container with style="display: table-cell" and role of region</h3> | ||
<div style="display: table-cell" role="region" aria-label="test"> | <div style="display: table-cell" role="region" aria-label="test"> | ||
Line 75: | Line 99: | ||
<div style="display:table;">Goodbye World</div> | <div style="display:table;">Goodbye World</div> | ||
</div><br> | </div><br> | ||
− | <h3>JavaScript Focus</h3> | + | <h3 tabindex="-1" >JavaScript Focus</h3> |
− | <div role="region" aria-label=" | + | <div role="region" aria-label="errors and notifications"> |
− | <div tabindex="-1" id="myAnchor">The following errors has occurred<br> | + | <div tabindex="-1" id="myAnchor" >The following errors has occurred<br> |
<a href="#">Error Number 1</a><br> | <a href="#">Error Number 1</a><br> | ||
Error Number 2</br> | Error Number 2</br> | ||
</div> | </div> | ||
− | |||
<input type="button" onclick="getfocus()" value="Get focus"> | <input type="button" onclick="getfocus()" value="Get focus"> |
Latest revision as of 23:56, 12 November 2019
-DELETE ME--
--
-- Delete Me
Company Name | Level Access |
State | VA |
Country | USA |
Company Name | Level Access |
State | |
Country | USA |
div container with style="display: table-cell" and role of region
Hello world
Goodbye World
div container with style="display: table-cell"
Hello world
Goodbye World
div container with style="display:table" and role of region
Hello world
Goodbye World
JavaScript Focus
Notes
Random Testing - Not accessible examples
Test Results
What are the test results?