Difference between revisions of "Random Testing RJ"
Jump to navigation
Jump to search
(143 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
+ | <script> | ||
+ | function getfocus() { | ||
+ | document.getElementById("myAnchor").focus(); | ||
+ | } | ||
+ | |||
+ | function losefocus() { | ||
+ | document.getElementById("myAnchor").blur(); | ||
+ | } | ||
+ | |||
+ | </script> | ||
<style type="text/css"> | <style type="text/css"> | ||
.hidden { | .hidden { | ||
Line 21: | Line 31: | ||
</head> | </head> | ||
<body> | <body> | ||
− | < | + | <a role="link" tabindex="0" class="apr-cta" style="touch-action: auto;">Track<span class="visuallyhidden">Opens dialog</span></a> |
− | |||
− | |||
− | </ | ||
− | < | + | <table class="footer__table"> |
− | <body> | + | <tbody><tr> |
+ | <td class="footer__table-item"><strong>Are Not FDIC Insured</strong></td> | ||
+ | <td class="footer__table-item"><strong>Are Not Bank Guaranteed</strong></td> | ||
+ | <td class="footer__table-item"><strong>May Lose Value</strong></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td class="footer__table-item"><strong>Are Not Deposits</strong></td> | ||
+ | <td class="footer__table-item"><strong>Are Not Insured by Any Federal Government Agency</strong></td> | ||
+ | <td class="footer__table-item"><strong>Are Not a Condition to Any Banking Service or Activity</strong></td> | ||
+ | </tr> | ||
+ | </tbody></table> | ||
+ | |||
+ | ========= | ||
+ | Without tbody | ||
+ | |||
+ | <table class="footer__table"> | ||
+ | <tr> | ||
+ | <td class="footer__table-item"><strong>Are Not FDIC Insured</strong></td> | ||
+ | <td class="footer__table-item"><strong>Are Not Bank Guaranteed</strong></td> | ||
+ | <td class="footer__table-item"><strong>May Lose Value</strong></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td class="footer__table-item"><strong>Are Not Deposits</strong></td> | ||
+ | <td class="footer__table-item"><strong>Are Not Insured by Any Federal Government Agency</strong></td> | ||
+ | <td class="footer__table-item"><strong>Are Not a Condition to Any Banking Service or Activity</strong></td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | </body> | ||
</html> | </html> | ||
Latest revision as of 16:49, 16 October 2021
Are Not FDIC Insured | Are Not Bank Guaranteed | May Lose Value |
Are Not Deposits | Are Not Insured by Any Federal Government Agency | Are Not a Condition to Any Banking Service or Activity |
========= Without tbody
Are Not FDIC Insured | Are Not Bank Guaranteed | May Lose Value |
Are Not Deposits | Are Not Insured by Any Federal Government Agency | Are Not a Condition to Any Banking Service or Activity |
Notes
Random Testing - Not accessible examples
Test Results
What are the test results?