OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <script src="../fast/js/resources/js-test-pre.js"></script> | 3 <script src="../resources/js-test.js"></script> |
4 </head> | 4 </head> |
5 <script> | 5 <script> |
6 if (window.testRunner) | 6 if (window.testRunner) |
7 testRunner.dumpAsText(); | 7 testRunner.dumpAsText(); |
8 </script> | 8 </script> |
9 <body> | 9 <body> |
10 | 10 |
11 <p id="description"></p> | 11 <p id="description"></p> |
12 <div id="console"></div> | 12 <div id="console"></div> |
13 | 13 |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
51 shouldBe("focusedElement.description", "'AXDescription: radio3'"); | 51 shouldBe("focusedElement.description", "'AXDescription: radio3'"); |
52 shouldBe("focusedElement.title", "'AXTitle: '"); | 52 shouldBe("focusedElement.title", "'AXTitle: '"); |
53 shouldBeTrue("!titleUIElement || titleUIElement.title == 'AXTitle: '
"); | 53 shouldBeTrue("!titleUIElement || titleUIElement.title == 'AXTitle: '
"); |
54 | 54 |
55 } | 55 } |
56 </script> | 56 </script> |
57 | 57 |
58 | 58 |
59 </body> | 59 </body> |
60 </html> | 60 </html> |
OLD | NEW |