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

Side by Side Diff: LayoutTests/touchadjustment/rotated-node.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
« no previous file with comments | « LayoutTests/touchadjustment/plugin.html ('k') | LayoutTests/touchadjustment/search-cancel.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>Test touch adjustment to a non-rectilinear element.</title> 4 <title>Test touch adjustment to a non-rectilinear element.</title>
5 <script src="../fast/js/resources/js-test-pre.js"></script> 5 <script src="../resources/js-test.js"></script>
6 <script src="resources/touchadjustment.js"></script> 6 <script src="resources/touchadjustment.js"></script>
7 <style> 7 <style>
8 body { margin: 0px; padding: 0px; } 8 body { margin: 0px; padding: 0px; }
9 #container { 9 #container {
10 -webkit-box-sizing: border-box; 10 -webkit-box-sizing: border-box;
11 position: relative; 11 position: relative;
12 border: 1px solid black; 12 border: 1px solid black;
13 height: 100px; 13 height: 100px;
14 width: 100px; 14 width: 100px;
15 } 15 }
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 testAdjustedTouches(); 101 testAdjustedTouches();
102 testAdjustedPoints() 102 testAdjustedPoints()
103 e.container.style.display = 'none'; 103 e.container.style.display = 'none';
104 } 104 }
105 } 105 }
106 runTests(); 106 runTests();
107 </script> 107 </script>
108 108
109 </body> 109 </body>
110 </html> 110 </html>
OLDNEW
« no previous file with comments | « LayoutTests/touchadjustment/plugin.html ('k') | LayoutTests/touchadjustment/search-cancel.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698