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