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

Side by Side Diff: LayoutTests/svg/custom/focus-ring-text-expected.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 <script src="../../resources/ahem.js"></script>
2 <span tabindex="2" style="font: 24px ahem">ABC</span> 3 <span tabindex="2" style="font: 24px ahem">ABC</span>
3 <script> 4 <script>
4 document.querySelector("span").focus(); 5 document.querySelector("span").focus();
5 </script> 6 </script>
OLDNEW
« no previous file with comments | « LayoutTests/svg/css/parse-length.html ('k') | LayoutTests/svg/custom/zoomed-alignment-baseline.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698