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

Side by Side Diff: LayoutTests/fast/forms/access-key-case-insensitive.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 <head> 3 <head>
4 <title>Case insensitiveness of accesskey attribute</title> 4 <title>Case insensitiveness of accesskey attribute</title>
5 <script src="../js/resources/js-test-pre.js"></script> 5 <script src="../js/resources/js-test-pre.js"></script>
6 </head> 6 </head>
7 </head> 7 </head>
8 <body> 8 <body>
9 <script> 9 <script>
10 description('Access key should work case-insensitively. To test this manually, p ress &lt;alt&gt;+a, &lt;alt&gt;+&lt;shift&gt;+b and &lt;alt&gt;+&lt;shift&gt;+c keys in this order (on Mac OS X, press &lt;ctrl&gt;+&lt;opt&gt; instead of &lt;a lt&gt;).'); 10 description('Access key should work case-insensitively. To test this manually, p ress &lt;alt&gt;+a, &lt;alt&gt;+&lt;shift&gt;+b and &lt;alt&gt;+&lt;shift&gt;+c keys in this order (on Mac OS X, press &lt;ctrl&gt;+&lt;opt&gt; instead of &lt;a lt&gt;).');
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 finishJSTest(); 50 finishJSTest();
51 }; 51 };
52 pressKey('C'); 52 pressKey('C');
53 }; 53 };
54 pressKey('B'); 54 pressKey('B');
55 }; 55 };
56 document.body.appendChild(input); 56 document.body.appendChild(input);
57 pressKey('a'); 57 pressKey('a');
58 }); 58 });
59 </script> 59 </script>
60 <script src="../js/resources/js-test-post.js"></script>
61 </body> 60 </body>
62 </html> 61 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/forms/ValidityState-valueMissing-003.html ('k') | LayoutTests/fast/forms/access-key-for-all-elements.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698