OLD | NEW |
1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
2 <html> | 2 <html> |
3 <body> | 3 <body> |
4 <script src="../fast/js/resources/js-test-pre.js"></script> | 4 <script src="../resources/js-test.js"></script> |
5 | 5 |
6 <style> | 6 <style> |
7 myelement { | 7 myelement { |
8 display: block; | 8 display: block; |
9 } | 9 } |
10 </style> | 10 </style> |
11 | 11 |
12 <div> | 12 <div> |
13 <a id="link1" href="#">Link</a> | 13 <a id="link1" href="#">Link</a> |
14 <button id="button1">Button</button> | 14 <button id="button1">Button</button> |
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
82 document.getElementById('focusable1').setAttribute('role', 'button'); | 82 document.getElementById('focusable1').setAttribute('role', 'button'); |
83 check("focusable1", "AXRole: AXButton"); | 83 check("focusable1", "AXRole: AXButton"); |
84 document.getElementById('focusable2').setAttribute('role', 'button'); | 84 document.getElementById('focusable2').setAttribute('role', 'button'); |
85 check("focusable2", "AXRole: AXButton"); | 85 check("focusable2", "AXRole: AXButton"); |
86 } | 86 } |
87 | 87 |
88 </script> | 88 </script> |
89 | 89 |
90 </body> | 90 </body> |
91 </html> | 91 </html> |
OLD | NEW |