Difference between revisions of "Random Testing RJ"
Jump to navigation
Jump to search
(108 intermediate revisions by the same user not shown) | |||
Line 8: | Line 8: | ||
document.getElementById("myAnchor").blur(); | document.getElementById("myAnchor").blur(); | ||
} | } | ||
+ | |||
</script> | </script> | ||
<style type="text/css"> | <style type="text/css"> | ||
Line 30: | 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"> | |
− | + | <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> | |
− | <body> | + | <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?