Difference between revisions of "Random Testing RJ"

From Level Access Web Labs
Jump to navigation Jump to search
Line 48: Line 48:
 
             <div style="display:table;">Goodbye World</div>
 
             <div style="display:table;">Goodbye World</div>
 
         </div><br>
 
         </div><br>
<h3> Focus</h3>
+
<h3>JavaScript Focus</h3>
 +
<div role="region" aria-label="alerts & notifications">
 +
<div tabindex="-1" id="myAnchor">The following errors has occurred<br>
 +
<a href="#">Error Number 1</a><br>
 +
Error Number 2</br>
 +
</div>
 +
 
 +
 
 
<input type="button" onclick="getfocus()" value="Get focus">
 
<input type="button" onclick="getfocus()" value="Get focus">
  

Revision as of 01:40, 1 February 2019

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

The following errors has occurred
Error Number 1
Error Number 2

Notes

Random Testing - Not accessible examples

Test Results

What are the test results?