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

Side by Side Diff: LayoutTests/fast/events/wheelevent-in-vertical-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 style="-webkit-writing-mode:vertical-lr"> 1 <html dir=rtl style="-webkit-writing-mode:vertical-lr">
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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 } 45 }
46 </script> 46 </script>
47 </head> 47 </head>
48 48
49 <body style="margin:0" onload="setTimeout('dispatchWheelEvent();', 100)"> 49 <body style="margin:0" onload="setTimeout('dispatchWheelEvent();', 100)">
50 50
51 <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> 51 <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="console"></div> 52 <div id="console"></div>
53 </body> 53 </body>
54 </html> 54 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/events/wheelevent-in-text-node.html ('k') | LayoutTests/fast/events/wheelevent-mousewheel-interaction.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698