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

Side by Side Diff: LayoutTests/fast/events/wheelevent-in-horizontal-scrollbar-in-rtl.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 <html dir=rtl> 1 <html dir=rtl>
2 <head> 2 <head>
3 <script src="../js/resources/js-test-pre.js"></script> 3 <script src="../../resources/js-test.js"></script>
4 <script> 4 <script>
5 5
6 function log(str) 6 function log(str)
7 { 7 {
8 var li = document.createElement("li"); 8 var li = document.createElement("li");
9 li.appendChild(document.createTextNode(str)); 9 li.appendChild(document.createTextNode(str));
10 var console = document.getElementById("console"); 10 var console = document.getElementById("console");
11 console.appendChild(li); 11 console.appendChild(li);
12 } 12 }
13 13
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 } 46 }
47 </script> 47 </script>
48 </head> 48 </head>
49 49
50 <body style="margin:0" onload="setTimeout('dispatchWheelEvent();', 100)"> 50 <body style="margin:0" onload="setTimeout('dispatchWheelEvent();', 100)">
51 51
52 <div id="div" style="whitespace:nowrap; width: 4000px; height: 1000px; b order: 1px solid red;">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad m inim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com modo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse c illum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non pro ident, sunt in culpa qui officia deserunt mollit anim id est laborum."</div> 52 <div id="div" style="whitespace:nowrap; width: 4000px; height: 1000px; b order: 1px solid red;">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad m inim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com modo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse c illum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non pro ident, sunt in culpa qui officia deserunt mollit anim id est laborum."</div>
53 <div id="console"></div> 53 <div id="console"></div>
54 </body> 54 </body>
55 </html> 55 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/events/wheelevent-document-createevent.html ('k') | LayoutTests/fast/events/wheelevent-in-scrolling-div.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698