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

Side by Side Diff: LayoutTests/fast/events/click-focus-anchor.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> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <body> 3 <body>
4 <script src="../js/resources/js-test-pre.js"></script> 4 <script src="../js/resources/js-test-pre.js"></script>
5 5
6 <div id=test-container> 6 <div id=test-container>
7 <p><a id=a1 tabindex=0 title="focusable">Anchor with tab index</a> 7 <p><a id=a1 tabindex=0 title="focusable">Anchor with tab index</a>
8 <p><a id=a2 title="not focusable">Anchor without tab index</a> 8 <p><a id=a2 title="not focusable">Anchor without tab index</a>
9 <p><a id=a3 href="#" title="not focusable">Link without tab index</a> 9 <p><a id=a3 href="#" title="not focusable">Link without tab index</a>
10 <p><a id=a4 href="#" tabindex=0 title="focusable">Link with tab index</a> 10 <p><a id=a4 href="#" tabindex=0 title="focusable">Link with tab index</a>
(...skipping 21 matching lines...) Expand all
32 eventSender.mouseUp(); 32 eventSender.mouseUp();
33 } 33 }
34 34
35 var tc = document.getElementById('test-container'); 35 var tc = document.getElementById('test-container');
36 tc.parentNode.removeChild(tc); 36 tc.parentNode.removeChild(tc);
37 } else { 37 } else {
38 debug('Need testRunner.'); 38 debug('Need testRunner.');
39 } 39 }
40 40
41 </script> 41 </script>
42 <script src="../js/resources/js-test-post.js"></script>
43 </body> 42 </body>
44 </html> 43 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/events/click-after-mousedown-cancel.html ('k') | LayoutTests/fast/events/clientXY-in-zoom-and-scroll.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698