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

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

Issue 1204023002: Deflake tests using ahem font with @font-face. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaseline and fix an svg test 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/svg/custom/focus-ring-text.svg ('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 : Adjust context-menu to text-node subtargets - bug 94449</title> 4 <title>Touch Adjustment : Adjust context-menu to text-node subtargets - bug 94449</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 { 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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 testAdjustedTouches(); 76 testAdjustedTouches();
76 e.sandbox.style.display = 'none'; 77 e.sandbox.style.display = 'none';
77 } 78 }
78 } 79 }
79 runTests(); 80 runTests();
80 </script> 81 </script>
81 82
82 83
83 </body> 84 </body>
84 </html> 85 </html>
OLDNEW
« no previous file with comments | « LayoutTests/svg/custom/focus-ring-text.svg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698