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

Side by Side Diff: LayoutTests/touchadjustment/context-menu.html

Issue 1212753002: Convert tests (except fast/, imported/) using ahem font to ahem.js style (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>Touch Adjustment : Adjust to context menu providers - bug 94101</titl e> 4 <title>Touch Adjustment : Adjust to context menu providers - bug 94101</titl e>
5 <script src="../resources/ahem.js"></script>
5 <script src="../resources/js-test.js"></script> 6 <script src="../resources/js-test.js"></script>
6 <script src="resources/touchadjustment.js"></script> 7 <script src="resources/touchadjustment.js"></script>
7 <style> 8 <style>
8 #sandbox { 9 #sandbox {
9 position: absolute; 10 position: absolute;
10 top: 0px; 11 top: 0px;
11 left: 0px; 12 left: 0px;
12 width: 400px; 13 width: 400px;
13 height: 200px; 14 height: 200px;
14 } 15 }
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 testAdjustedTouches(); 84 testAdjustedTouches();
84 e.sandbox.style.display = 'none'; 85 e.sandbox.style.display = 'none';
85 } 86 }
86 } 87 }
87 runTests(); 88 runTests();
88 </script> 89 </script>
89 90
90 91
91 </body> 92 </body>
92 </html> 93 </html>
OLDNEW
« no previous file with comments | « LayoutTests/svg/text/text-outline-2-expected.html ('k') | LayoutTests/touchadjustment/context-menu-select-text.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698