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

Side by Side Diff: LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-input-field.html

Issue 58533003: Move fast/js/resources files to resources. (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 <script src="../../../js/resources/js-test-pre.js"></script> 4 <script src="../../../../resources/js-test.js"></script>
5 <script src="resources/gesture-helpers.js"></script> 5 <script src="resources/gesture-helpers.js"></script>
6 6
7 </head> 7 </head>
8 8
9 <body style="margin:0" onload="runTest()"> 9 <body style="margin:0" onload="runTest()">
10 <div id="container" style="width: 500px; height: 200px; overflow-y: scroll ; overflow-x: scroll"> 10 <div id="container" style="width: 500px; height: 200px; overflow-y: scroll ; overflow-x: scroll">
11 <form> 11 <form>
12 <input id="box" size="10" style="height:100px; font-size:xx-large" type="text" value="asasd;flkajsd;flkasjdf;alksdjf;alskdfja;lksdja;sdlfjkas;ldkf "></input> 12 <input id="box" size="10" style="height:100px; font-size:xx-large" type="text" value="asasd;flkajsd;flkasjdf;alksdjf;alskdfja;lksdja;sdlfjkas;ldkf "></input>
13 </form> 13 </form>
14 <div style="background: green; height: 1000px; width: 1000px"></div> 14 <div style="background: green; height: 1000px; width: 1000px"></div>
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 testRunner.notifyDone(); 188 testRunner.notifyDone();
189 } else 189 } else
190 exitIfNecessary(); 190 exitIfNecessary();
191 } else { 191 } else {
192 debug("This test requires DumpRenderTree. Gesture-scroll the pa ge to validate the implementation."); 192 debug("This test requires DumpRenderTree. Gesture-scroll the pa ge to validate the implementation.");
193 } 193 }
194 } 194 }
195 </script> 195 </script>
196 </body> 196 </body>
197 </html> 197 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698