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

Side by Side Diff: LayoutTests/accessibility/hang-in-isignored.html

Issue 48903019: Delete js-test-post.js. (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 PUBLIC "-//IETF//DTD HTML//EN"> 1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2 <html> 2 <html>
3 <head> 3 <head>
4 <script src="../fast/js/resources/js-test-pre.js"></script> 4 <script src="../fast/js/resources/js-test-pre.js"></script>
5 </head> 5 </head>
6 6
7 <body id="body"> 7 <body id="body">
8 8
9 <div role="group">test 9 <div role="group">test
10 <div role="group"><span>test 10 <div role="group"><span>test
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 77
78 document.getElementById("body").focus(); 78 document.getElementById("body").focus();
79 var body = accessibilityController.focusedElement; 79 var body = accessibilityController.focusedElement;
80 80
81 // if successful, we will NOT hang after this call 81 // if successful, we will NOT hang after this call
82 body.childAtIndex(0).childAtIndex(0); 82 body.childAtIndex(0).childAtIndex(0);
83 } 83 }
84 84
85 </script> 85 </script>
86 86
87 <script src="../fast/js/resources/js-test-post.js"></script>
88 </body> 87 </body>
89 </html> 88 </html>
OLDNEW
« no previous file with comments | « LayoutTests/accessibility/focusable-div.html ('k') | LayoutTests/accessibility/heading-level.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698