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

Side by Side Diff: LayoutTests/fast/events/tab-test-not-visible-imagemap.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="../js/resources/js-test-pre.js"></script> 4 <script src="../js/resources/js-test-pre.js"></script>
5 <body id="body"> 5 <body id="body">
6 6
7 <form> 7 <form>
8 <table> 8 <table>
9 <tbody> 9 <tbody>
10 <tr><td><input id="input1" type="text"/></td></tr> 10 <tr><td><input id="input1" type="text"/></td></tr>
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 shouldBe("document.activeElement.id", "'input1'"); 52 shouldBe("document.activeElement.id", "'input1'");
53 53
54 eventSender.keyDown('\t'); 54 eventSender.keyDown('\t');
55 shouldBe("document.activeElement.id", "'input2'"); 55 shouldBe("document.activeElement.id", "'input2'");
56 56
57 eventSender.keyDown('\t'); 57 eventSender.keyDown('\t');
58 shouldBe("document.activeElement.id", "'input3'"); 58 shouldBe("document.activeElement.id", "'input3'");
59 59
60 </script> 60 </script>
61 61
62 <script src="../js/resources/js-test-post.js"></script>
63 </body> 62 </body>
64 </html> 63 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698