Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(352)

Side by Side Diff: LayoutTests/accessibility/duplicate-axrenderobject-crash.html

Issue 58533003: Move fast/js/resources files to resources. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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>
OLDNEW
« no previous file with comments | « LayoutTests/accessibility/draw-custom-focus-ring.html ('k') | LayoutTests/accessibility/duplicate-child-nodes.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698