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

Side by Side Diff: LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-div-removed.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 <style> 5 <style>
6 #container { 6 #container {
7 width: 100px; 7 width: 100px;
8 height: 100px; 8 height: 100px;
9 position: relative; 9 position: relative;
10 overflow-y: scroll; 10 overflow-y: scroll;
11 background: white; 11 background: white;
12 } 12 }
13 13
14 ::-webkit-scrollbar { 14 ::-webkit-scrollbar {
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 gc(); 68 gc();
69 69
70 debug("dispatching the GestureScrollEnd"); 70 debug("dispatching the GestureScrollEnd");
71 eventSender.gestureScrollEnd(0, 0); 71 eventSender.gestureScrollEnd(0, 0);
72 } 72 }
73 73
74 runTest(); 74 runTest();
75 </script> 75 </script>
76 </body> 76 </body>
77 </html> 77 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698