| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <head> | 2 <head> |
| 3 <title>Inline continuations - accessibility tree linkage</title> | 3 <title>Inline continuations - accessibility tree linkage</title> |
| 4 <script src="../fast/js/resources/js-test-pre.js"></script> | 4 <script src="../fast/js/resources/js-test-pre.js"></script> |
| 5 <script> | 5 <script> |
| 6 if (window.testRunner) | 6 if (window.testRunner) |
| 7 testRunner.dumpAsText(); | 7 testRunner.dumpAsText(); |
| 8 </script> | 8 </script> |
| 9 </head> | 9 </head> |
| 10 <body> | 10 <body> |
| (...skipping 28 matching lines...) Expand all Loading... |
| 39 document.getElementById("test").focus(); | 39 document.getElementById("test").focus(); |
| 40 shouldBe("nonGroupDescendants(accessibilityController.focusedElement)", "5")
; | 40 shouldBe("nonGroupDescendants(accessibilityController.focusedElement)", "5")
; |
| 41 | 41 |
| 42 // This should pass (and is a simpler test than above) if anonymous blocks w
ere not in the AX tree | 42 // This should pass (and is a simpler test than above) if anonymous blocks w
ere not in the AX tree |
| 43 // shouldBe("accessibilityController.focusedElement.childrenCount", "5"); | 43 // shouldBe("accessibilityController.focusedElement.childrenCount", "5"); |
| 44 } | 44 } |
| 45 | 45 |
| 46 | 46 |
| 47 </script> | 47 </script> |
| 48 | 48 |
| 49 <script src="../fast/js/resources/js-test-post.js"></script> | |
| 50 </body> | 49 </body> |
| OLD | NEW |