Difference between revisions of "Random Testing RJ"
Jump to navigation
Jump to search
Line 31: | Line 31: | ||
<body> | <body> | ||
<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 | + | <div style="display: table-cell" role="region" aria-label="test"> |
+ | <p tabindex="-1" id="myAnchor">This is my focus movement</p> | ||
<div>Hello world</div> | <div>Hello world</div> | ||
<div>Goodbye World</div> | <div>Goodbye World</div> |
Revision as of 01:33, 1 February 2019
div container with style="display: table-cell" and role of region
This is my focus movement
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
Focus
Notes
Random Testing - Not accessible examples
Test Results
What are the test results?