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

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

Issue 2187433004: Don't use Ahem font in two tests to avoid flakiness (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: - Created 4 years, 5 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: third_party/WebKit/LayoutTests/svg/custom/focus-ring-text.svg
diff --git a/third_party/WebKit/LayoutTests/svg/custom/focus-ring-text.svg b/third_party/WebKit/LayoutTests/svg/custom/focus-ring-text.svg
index fbfd9b46283959a37cea2dba8e951d6db1fa3082..2521fd973dfe88e2ca9ef7b2e407bd48b3058b09 100644
--- a/third_party/WebKit/LayoutTests/svg/custom/focus-ring-text.svg
+++ b/third_party/WebKit/LayoutTests/svg/custom/focus-ring-text.svg
@@ -1,7 +1,6 @@
<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();
- </script>
+<text x="8" y="3" dy="1em" tabindex="2" style="font-size: 24px">ABC</text>
+<script>
+document.querySelector("text").focus();
+</script>
</svg>

Powered by Google App Engine
This is Rietveld 408576698