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

Side by Side Diff: LayoutTests/fast/css/resize-corner-tracking-touch.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 PUBLIC "-//W3C//DTD HTML 4.01//EN"> 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html> 2 <html>
3 <head> 3 <head>
4 <title></title> 4 <title></title>
5 <script src="../js/resources/js-test-pre.js"></script> 5 <script src="../../resources/js-test.js"></script>
6 <script type="text/javascript"> 6 <script type="text/javascript">
7 function doScroll(x, y, deltaX, deltaY) { 7 function doScroll(x, y, deltaX, deltaY) {
8 eventSender.gestureScrollBegin(x, y); 8 eventSender.gestureScrollBegin(x, y);
9 eventSender.gestureScrollUpdate(deltaX, deltaY); 9 eventSender.gestureScrollUpdate(deltaX, deltaY);
10 eventSender.gestureScrollEnd(0, 0); 10 eventSender.gestureScrollEnd(0, 0);
11 } 11 }
12 12
13 function doResize(t, offsetX, offsetY, deltaX, deltaY, expectResize) 13 function doResize(t, offsetX, offsetY, deltaX, deltaY, expectResize)
14 { 14 {
15 target = t; 15 target = t;
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 Can't resize a textarea with touch</i>. 99 Can't resize a textarea with touch</i>.
100 </p> 100 </p>
101 <hr> 101 <hr>
102 <div id="placeholder" style="width: 150px; height: 150px;">a placeholder so that we have enough elements to scroll the page</div> 102 <div id="placeholder" style="width: 150px; height: 150px;">a placeholder so that we have enough elements to scroll the page</div>
103 <div id="div" style="width: 150px; height: 100px;;"></div> 103 <div id="div" style="width: 150px; height: 100px;;"></div>
104 <textarea id="textarea1" style="width: 150px; height: 100px;"></textarea> 104 <textarea id="textarea1" style="width: 150px; height: 100px;"></textarea>
105 <br> 105 <br>
106 <iframe id="iframe1" src="resources/resize-corner-tracking-touch-iframe.html " style="resize:both; width: 200px; height: 200px"></iframe> 106 <iframe id="iframe1" src="resources/resize-corner-tracking-touch-iframe.html " style="resize:both; width: 200px; height: 200px"></iframe>
107 <pre id="console"></pre> 107 <pre id="console"></pre>
108 </body> 108 </body>
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/remove-attribute-style.html ('k') | LayoutTests/fast/css/rgba-custom-text.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698