| 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 | 9 |
| 10 <div id="hiddenDivContainer" aria-label="hiddenDivContainer"> | 10 <div id="hiddenDivContainer" aria-label="hiddenDivContainer"> |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 118 shouldBe("accessibleElementById('divWithoutLabelContainer').childrenCoun
t", "1"); | 118 shouldBe("accessibleElementById('divWithoutLabelContainer').childrenCoun
t", "1"); |
| 119 gotSuccessfulNotification(); | 119 gotSuccessfulNotification(); |
| 120 }); | 120 }); |
| 121 document.getElementById('divWithoutLabel').setAttribute('aria-label', 'Label
'); | 121 document.getElementById('divWithoutLabel').setAttribute('aria-label', 'Label
'); |
| 122 | 122 |
| 123 debug(''); | 123 debug(''); |
| 124 } | 124 } |
| 125 | 125 |
| 126 </script> | 126 </script> |
| 127 | 127 |
| 128 <script src="../fast/js/resources/js-test-post.js"></script> | |
| 129 </body> | 128 </body> |
| 130 </html> | 129 </html> |
| OLD | NEW |