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

Side by Side Diff: LayoutTests/fast/writing-mode/flipped-blocks-hit-test-line-edges.html

Issue 291823004: Update Ahem capitalization in LayoutTests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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 <div id="target" style=" 2 <div id="target" style="
3 outline: dashed lightblue; 3 outline: dashed lightblue;
4 width: 150px; 4 width: 150px;
5 padding: 25px; 5 padding: 25px;
6 font: 20px ahem; 6 font: 20px Ahem;
7 -webkit-writing-mode: horizontal-bt; 7 -webkit-writing-mode: horizontal-bt;
8 ">Lorem ipsum dolor sit amet</div> 8 ">Lorem ipsum dolor sit amet</div>
9 <pre id="log"></pre> 9 <pre id="log"></pre>
10 <script> 10 <script>
11 if (window.testRunner && window.internals) { 11 if (window.testRunner && window.internals) {
12 testRunner.dumpAsText(); 12 testRunner.dumpAsText();
13 internals.settings.setEditingBehavior("mac"); 13 internals.settings.setEditingBehavior("mac");
14 } 14 }
15 15
16 function log(message) 16 function log(message)
(...skipping 14 matching lines...) Expand all
31 test(160, 105, 5); 31 test(160, 105, 5);
32 test(100, 104, 10); 32 test(100, 104, 10);
33 test(160, 104, 11); 33 test(160, 104, 11);
34 test(60, 26, 24); 34 test(60, 26, 24);
35 test(160, 26, 26); 35 test(160, 26, 26);
36 test(60, 25, 24); 36 test(60, 25, 24);
37 test(160, 25, 26); 37 test(160, 25, 26);
38 test(60, 24, 26); 38 test(60, 24, 26);
39 test(160, 24, 26); 39 test(160, 24, 26);
40 </script> 40 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698