Difference between revisions of "Random Testing RJ"
Jump to navigation
Jump to search
Line 57: | Line 57: | ||
</section></div> | </section></div> | ||
--DELETE ME <br><br> | --DELETE ME <br><br> | ||
+ | <button onclick="document.getElementById('dialog1').setAttribute('open','open');">Open dialog</button> | ||
+ | <dialog aria-labelledby="d1" id="dialog1"> | ||
+ | <div id="d1" style="text-align:center;">Do you need more time?</div> | ||
+ | <div style="text-align:center;"> | ||
+ | <button onclick="document.getElementById('dialog1').removeAttribute('open');"> Yes </button> | ||
+ | <button onclick="document.getElementById('dialog1').removeAttribute('open');"> No </button> | ||
+ | </div> | ||
+ | </dialog> | ||
+ | </div> | ||
+ | |||
+ | -- Delete Me <br><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"> |
Revision as of 18:40, 1 February 2019
-DELETE ME--
Mobile Deposit help
--DELETE ME
-- Delete Me
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?