Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / accessibility / duplicate-axlayoutobject-crash.html
blob27bb8394643610f61849344840d35e05619a8804
1 <!doctype html>
2 <html>
3 <head>
4 <script src="../resources/js-test.js"></script>
5 </head>
6 <body>
8 <label>
9 <summary>
10 <ul style="display: table-header-group">
11 <keygen></keygen>
12 </ul>
13 </summary>
14 </label>
16 <p id="description"></p>
18 <script>
19 description("Ensures that it's not possible to have two AXLayoutObjects that point to the same renderer, if the initialization of an AXLayoutObject results in another object with the same renderer being created before AXObjectCache has added that mapping to its hash.");
20 if (window.accessibilityController)
21 accessibilityController.accessibleElementById("dummy");
22 </script>
25 </body>
26 </html>