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

Side by Side Diff: LayoutTests/touchadjustment/touch-inlines.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
« no previous file with comments | « LayoutTests/touchadjustment/nested-touch.html ('k') | no next file » | 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>Touch Adjustment : Inlines and line-breaks - bug 78801</title> 4 <title>Touch Adjustment : Inlines and line-breaks - bug 78801</title>
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 { position: absolute; top: 0px; left: 0px; font: 16px Ahem; lin e-height: 20px } 9 #sandbox { position: absolute; top: 0px; left: 0px; font: 16px Ahem; lin e-height: 20px }
9 </style> 10 </style>
10 </head> 11 </head>
11 <body> 12 <body>
12 13
13 <div id=sandbox> 14 <div id=sandbox>
14 <p style="width: 22em;"> 15 <p style="width: 22em;">
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 testDirectTouches(); 68 testDirectTouches();
68 testDirectMisses(); 69 testDirectMisses();
69 testIndirectTouches(); 70 testIndirectTouches();
70 e['sandbox'].style.display = 'none'; 71 e['sandbox'].style.display = 'none';
71 } 72 }
72 } 73 }
73 runTests(); 74 runTests();
74 </script> 75 </script>
75 </body> 76 </body>
76 </html> 77 </html>
OLDNEW
« no previous file with comments | « LayoutTests/touchadjustment/nested-touch.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698