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

Side by Side Diff: LayoutTests/fast/forms/access-key-mutated.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>Mutating accesskey attribute</title> 4 <title>Mutating 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 after accesskey attribute is mutated. To tes t this manually, press &lt;alt&gt;+a, &lt;alt&gt;+b and &lt;alt&gt;+c keys in th is order (on Mac OS X, press &lt;Ctrl&gt;+&lt;Opt&gt; instead of &lt;alt&gt;).') ; 10 description('Access key should work after accesskey attribute is mutated. To tes t this manually, press &lt;alt&gt;+a, &lt;alt&gt;+b and &lt;alt&gt;+c keys in th is order (on Mac OS X, press &lt;Ctrl&gt;+&lt;Opt&gt; instead of &lt;alt&gt;).') ;
(...skipping 28 matching lines...) Expand all
39 finishJSTest(); 39 finishJSTest();
40 }; 40 };
41 pressKey('c'); 41 pressKey('c');
42 }; 42 };
43 pressKey('b'); 43 pressKey('b');
44 }; 44 };
45 document.body.appendChild(input); 45 document.body.appendChild(input);
46 pressKey('a'); 46 pressKey('a');
47 }); 47 });
48 </script> 48 </script>
49 <script src="../js/resources/js-test-post.js"></script>
50 </body> 49 </body>
51 </html> 50 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/forms/access-key-for-all-elements.html ('k') | LayoutTests/fast/forms/associatedFormControls-leak-nodes.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698