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

Side by Side Diff: chrome/test/data/panels/update-preferred-size.html

Issue 8568034: Cleanup to move other Panels test data files to new panels test dir. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 2
3 <head> 3 <head>
4 <script> 4 <script>
5 function changeSize(delta) { 5 function changeSize(delta) {
6 var elem = document.getElementById("textInput"); 6 var elem = document.getElementById("textInput");
7 elem.size = elem.size + delta; 7 elem.size = elem.size + delta;
8 } 8 }
9 </script> 9 </script>
10 </head> 10 </head>
11 11
12 <body> 12 <body>
13 13
14 Hello<br/> 14 Hello<br/>
15 <input id="textInput" type="text" size="5"><br/> 15 <input id="textInput" type="text" size="5"><br/>
16 16
17 </body> 17 </body>
18 </html> 18 </html>
OLDNEW
« no previous file with comments | « chrome/browser/ui/panels/panel_browsertest.cc ('k') | chrome/test/data/update-preferred-size.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698