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

Unified Diff: LayoutTests/svg/custom/focus-ring-text.svg

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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/svg/custom/focus-ring-text.svg
diff --git a/LayoutTests/svg/custom/focus-ring-text.svg b/LayoutTests/svg/custom/focus-ring-text.svg
index 30dcbaa0078d58c8c9f2afde3ea27eba7a2e2476..fbfd9b46283959a37cea2dba8e951d6db1fa3082 100644
--- a/LayoutTests/svg/custom/focus-ring-text.svg
+++ b/LayoutTests/svg/custom/focus-ring-text.svg
@@ -1,4 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" width="200" height="100">
+ <script src="../../resources/ahem.js"></script>
<text x="8" y="3" dy="1em" tabindex="2" style="font: 24px ahem">ABC</text>
<script>
document.querySelector("text").focus();
« no previous file with comments | « LayoutTests/scrollbars/rtl/overflow-scroll-rtl.html ('k') | LayoutTests/touchadjustment/context-menu-text-subtargets.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698