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

Side by Side Diff: LayoutTests/fast/text/remove-zero-length-run.html

Issue 291853004: 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 <div style="position: absolute; top: 40px; left: 40px; width: 140px; font-famil y: ahem; font-size: 20px; direction: rtl;">12345 abcde</div> 1 <div style="position: absolute; top: 40px; left: 40px; width: 140px; font-famil y: Ahem; font-size: 20px; direction: rtl;">12345 abcde</div>
2 <div id="result">FAIL: Test did not run</div> 2 <div id="result">FAIL: Test did not run</div>
3 <script> 3 <script>
4 if (window.testRunner) 4 if (window.testRunner)
5 testRunner.dumpAsText(); 5 testRunner.dumpAsText();
6 6
7 var offset = document.caretRangeFromPoint(125, 50).startOffset; 7 var offset = document.caretRangeFromPoint(125, 50).startOffset;
8 document.getElementById("result").innerText = offset === 2 ? "PASS" : "FAIL: Hit offset " + offset; 8 document.getElementById("result").innerText = offset === 2 ? "PASS" : "FAIL: Hit offset " + offset;
9 </script> 9 </script>
OLDNEW
« no previous file with comments | « LayoutTests/fast/text/justify-padding-distribution.html ('k') | LayoutTests/fast/text/setData-dirty-lines.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698