| OLD | NEW |
| 1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> | 1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> |
| 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 | 6 |
| 7 <body id="body"> | 7 <body id="body"> |
| 8 | 8 |
| 9 <div role="group">test | 9 <div role="group">test |
| 10 <div role="group"><span>test | 10 <div role="group"><span>test |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 77 | 77 |
| 78 document.getElementById("body").focus(); | 78 document.getElementById("body").focus(); |
| 79 var body = accessibilityController.focusedElement; | 79 var body = accessibilityController.focusedElement; |
| 80 | 80 |
| 81 // if successful, we will NOT hang after this call | 81 // if successful, we will NOT hang after this call |
| 82 body.childAtIndex(0).childAtIndex(0); | 82 body.childAtIndex(0).childAtIndex(0); |
| 83 } | 83 } |
| 84 | 84 |
| 85 </script> | 85 </script> |
| 86 | 86 |
| 87 <script src="../fast/js/resources/js-test-post.js"></script> | |
| 88 </body> | 87 </body> |
| 89 </html> | 88 </html> |
| OLD | NEW |