Difference between revisions of "Random Testing RJ"
Jump to navigation
Jump to search
Line 33: | Line 33: | ||
</div> | </div> | ||
− | <h3>div container with style="display: table"</h3> | + | <h3>div container with style="display:table" and role of region</h3> |
− | <div | + | <div role="region" aria-label="testing region"> |
− | <div>Hello world</div> | + | <div style="display:table;">Hello world</div> |
− | <div>Goodbye World</div> | + | <div style="display:table;">Goodbye World</div> |
</div> | </div> | ||
Revision as of 19:55, 28 January 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
Notes
Random Testing - Not accessible examples
Test Results
What are the test results?