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

Side by Side Diff: LayoutTests/accessibility/image-map-title-causes-crash.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
« no previous file with comments | « LayoutTests/accessibility/heading-level.html ('k') | LayoutTests/accessibility/image-map1.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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> 4 <script>
5 5
6 function removeAreaElement() { 6 function removeAreaElement() {
7 document.getElementById("test").innerHTML=1 7 document.getElementById("test").innerHTML=1
8 } 8 }
9 9
10 function queryTitleOnDecendants(accessibilityObject) { 10 function queryTitleOnDecendants(accessibilityObject) {
(...skipping 24 matching lines...) Expand all
35 35
36 removeAreaElement() 36 removeAreaElement()
37 37
38 // Now call request the title for each accessibility object. 38 // Now call request the title for each accessibility object.
39 document.body.focus(); 39 document.body.focus();
40 queryTitleOnDecendants(accessibilityController.focusedElement); 40 queryTitleOnDecendants(accessibilityController.focusedElement);
41 } 41 }
42 42
43 </script> 43 </script>
44 44
45 <script src="../fast/js/resources/js-test-post.js"></script>
46 </body> 45 </body>
47 </html> 46 </html>
OLDNEW
« no previous file with comments | « LayoutTests/accessibility/heading-level.html ('k') | LayoutTests/accessibility/image-map1.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698