OLD | NEW |
1 <!doctype html> | 1 <!doctype html> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <script src="../fast/js/resources/js-test-pre.js"></script> | 4 <script src="../resources/js-test.js"></script> |
5 </head> | 5 </head> |
6 <body> | 6 <body> |
7 | 7 |
8 <label> | 8 <label> |
9 <summary> | 9 <summary> |
10 <ul style="display: table-header-group"> | 10 <ul style="display: table-header-group"> |
11 <keygen></keygen> | 11 <keygen></keygen> |
12 </ul> | 12 </ul> |
13 </summary> | 13 </summary> |
14 </label> | 14 </label> |
15 | 15 |
16 <p id="description"></p> | 16 <p id="description"></p> |
17 | 17 |
18 <script> | 18 <script> |
19 description("Ensures that it's not possible to have two AXRenderObjects that
point to the same renderer, if the initialization of an AXRenderObject results
in another object with the same renderer being created before AXObjectCache has
added that mapping to its hash."); | 19 description("Ensures that it's not possible to have two AXRenderObjects that
point to the same renderer, if the initialization of an AXRenderObject results
in another object with the same renderer being created before AXObjectCache has
added that mapping to its hash."); |
20 if (window.accessibilityController) | 20 if (window.accessibilityController) |
21 accessibilityController.accessibleElementById("dummy"); | 21 accessibilityController.accessibleElementById("dummy"); |
22 </script> | 22 </script> |
23 | 23 |
24 | 24 |
25 </body> | 25 </body> |
26 </html> | 26 </html> |
OLD | NEW |