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

Side by Side Diff: LayoutTests/platform/chromium-win/fast/events/panScroll-drag.html

Issue 12040032: Merge 140104 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1364/
Patch Set: Created 7 years, 11 months 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
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <style type="text/css"> 3 <style type="text/css">
4 #draggable { 4 #draggable {
5 padding: 5pt; 5 padding: 5pt;
6 border: 3px solid #00cc00; 6 border: 3px solid #00cc00;
7 background: #00cccc; 7 background: #00cccc;
8 width: 80px; 8 width: 80px;
9 cursor: hand; 9 cursor: hand;
10 } 10 }
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 </div> 112 </div>
113 <div id="console"></div> 113 <div id="console"></div>
114 <script src="../../../../fast/js/resources/js-test-pre.js"></script> 114 <script src="../../../../fast/js/resources/js-test-pre.js"></script>
115 <script> 115 <script>
116 description('Check pan scroll by drag mouse'); 116 description('Check pan scroll by drag mouse');
117 setUpTest(); 117 setUpTest();
118 </script> 118 </script>
119 <script src="../../../../fast/js/resources/js-test-post.js"></script> 119 <script src="../../../../fast/js/resources/js-test-post.js"></script>
120 </body> 120 </body>
121 </html> 121 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698