Index: LayoutTests/svg/custom/focus-ring-text-expected.html |
diff --git a/LayoutTests/svg/custom/focus-ring-text-expected.html b/LayoutTests/svg/custom/focus-ring-text-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..e3fcd6643474a9c40b519f8773330dff2a1edad5 |
--- /dev/null |
+++ b/LayoutTests/svg/custom/focus-ring-text-expected.html |
@@ -0,0 +1,5 @@ |
+<!doctype html> |
+<span tabindex="2" style="font: 24px ahem">ABC</span> |
+<script> |
+ document.querySelector("span").focus(); |
+</script> |