| OLD | NEW |
| 1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <script src="../fast/js/resources/js-test-pre.js"></script> | 4 <script src="../fast/js/resources/js-test-pre.js"></script> |
| 5 </head> | 5 </head> |
| 6 <body> | 6 <body> |
| 7 | 7 |
| 8 <div id="container"> | 8 <div id="container"> |
| 9 <button id="aria-busy" aria-busy="false">Busy</button> | 9 <button id="aria-busy" aria-busy="false">Busy</button> |
| 10 <button id="aria-disabled" aria-disabled="false">Disabled</button> | 10 <button id="aria-disabled" aria-disabled="false">Disabled</button> |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 debug('Got ' + notification + ' notification on aria-required'); | 62 debug('Got ' + notification + ' notification on aria-required'); |
| 63 gotSuccessfulNotification(); | 63 gotSuccessfulNotification(); |
| 64 }); | 64 }); |
| 65 document.getElementById('aria-required').setAttribute('aria-required', 'true
'); | 65 document.getElementById('aria-required').setAttribute('aria-required', 'true
'); |
| 66 | 66 |
| 67 debug(''); | 67 debug(''); |
| 68 } | 68 } |
| 69 | 69 |
| 70 </script> | 70 </script> |
| 71 | 71 |
| 72 <script src="../fast/js/resources/js-test-post.js"></script> | |
| 73 </body> | 72 </body> |
| 74 </html> | 73 </html> |
| OLD | NEW |