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

Side by Side Diff: LayoutTests/platform/chromium-win/fast/events/panScroll-click.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
« no previous file with comments | « no previous file | LayoutTests/platform/chromium-win/fast/events/panScroll-click-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 </div> 114 </div>
115 <div id="console"></div> 115 <div id="console"></div>
116 <script src="../../../../fast/js/resources/js-test-pre.js"></script> 116 <script src="../../../../fast/js/resources/js-test-pre.js"></script>
117 <script> 117 <script>
118 description('Check pan scroll by click mouse'); 118 description('Check pan scroll by click mouse');
119 setUpTest(); 119 setUpTest();
120 </script> 120 </script>
121 <script src="../../../../fast/js/resources/js-test-post.js"></script> 121 <script src="../../../../fast/js/resources/js-test-post.js"></script>
122 </body> 122 </body>
123 </html> 123 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/platform/chromium-win/fast/events/panScroll-click-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698