| 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
|
| index e3fcd6643474a9c40b519f8773330dff2a1edad5..4432d03a5c163b69527bf1f738215e1069caec20 100644
|
| --- a/LayoutTests/svg/custom/focus-ring-text-expected.html
|
| +++ b/LayoutTests/svg/custom/focus-ring-text-expected.html
|
| @@ -1,4 +1,5 @@
|
| <!doctype html>
|
| +<script src="../../resources/ahem.js"></script>
|
| <span tabindex="2" style="font: 24px ahem">ABC</span>
|
| <script>
|
| document.querySelector("span").focus();
|
|
|