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="../resources/ahem.js"></script> |
4 <script src="../resources/js-test.js"></script> | 5 <script src="../resources/js-test.js"></script> |
5 </head> | 6 </head> |
6 <body> | 7 <body> |
7 | 8 |
8 <div id="group" tabindex="0"> | 9 <div id="group" tabindex="0"> |
9 | 10 |
10 <ul role=textbox style='-webkit-transition: -webkit-transform linear 11174017402
08157342s; content: counters(c, ".", disc); '>><keygen autofocus="">><body style
='outline-style: ridge; font: normal normal 29266em/9999999999999999999999999999
999999999999999999999999999999999999999999999999999999999999999999999999999999 A
hem, serif; '> | 11 <ul role=textbox style='-webkit-transition: -webkit-transform linear 11174017402
08157342s; content: counters(c, ".", disc); '>><keygen autofocus="">><body style
='outline-style: ridge; font: normal normal 29266em/9999999999999999999999999999
999999999999999999999999999999999999999999999999999999999999999999999999999999 A
hem, serif; '> |
11 | 12 |
12 </div> | 13 </div> |
13 | 14 |
(...skipping 14 matching lines...) Expand all Loading... |
28 document.getElementById("group").focus(); | 29 document.getElementById("group").focus(); |
29 var focusedElement = accessibilityController.focusedElement; | 30 var focusedElement = accessibilityController.focusedElement; |
30 walkAccessibilityTree(focusedElement); | 31 walkAccessibilityTree(focusedElement); |
31 | 32 |
32 document.getElementById('console').innerHTML += "PASS. WebKit did not cr
ash.<br>"; | 33 document.getElementById('console').innerHTML += "PASS. WebKit did not cr
ash.<br>"; |
33 } | 34 } |
34 </script> | 35 </script> |
35 | 36 |
36 </body> | 37 </body> |
37 </html> | 38 </html> |
OLD | NEW |