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

Side by Side Diff: LayoutTests/fast/forms/autofocus-focus-only-once.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 <html> 1 <html>
2 <head> 2 <head>
3 <title>basic "autofocus" test</title> 3 <title>basic "autofocus" test</title>
4 <style> 4 <style>
5 input { background:red } 5 input { background:red }
6 input:focus { background:lime } 6 input:focus { background:lime }
7 </style> 7 </style>
8 <script src="../js/resources/js-test-pre.js"></script> 8 <script src="../js/resources/js-test-pre.js"></script>
9 <script language="JavaScript" type="text/javascript"> 9 <script language="JavaScript" type="text/javascript">
10 window.jsTestIsAsync = true; 10 window.jsTestIsAsync = true;
(...skipping 13 matching lines...) Expand all
24 </script> 24 </script>
25 </head> 25 </head>
26 <body onload="test()"> 26 <body onload="test()">
27 <input id="input1" type="text" autofocus onblur="elementBlur()" onfocus="element Focus()"/> 27 <input id="input1" type="text" autofocus onblur="elementBlur()" onfocus="element Focus()"/>
28 <br/> 28 <br/>
29 <p>This form control should have a green background and active state:<input id=" input2"> 29 <p>This form control should have a green background and active state:<input id=" input2">
30 <hr> 30 <hr>
31 <pre id="console"> 31 <pre id="console">
32 32
33 </pre> 33 </pre>
34 <script src="../js/resources/js-test-post.js"></script>
35 </body> 34 </body>
36 </html> 35 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/forms/associatedFormControls-leak-nodes.html ('k') | LayoutTests/fast/forms/autofocus-keygen.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698