| Index: LayoutTests/svg/custom/a-focus-by-tab.html
|
| diff --git a/LayoutTests/svg/custom/a-focus-by-tab.html b/LayoutTests/svg/custom/a-focus-by-tab.html
|
| index 44f984eec404d4f92283eb858f55a98789b9b201..58480e6de87b7bf1e127bdf7215c809b04940e55 100644
|
| --- a/LayoutTests/svg/custom/a-focus-by-tab.html
|
| +++ b/LayoutTests/svg/custom/a-focus-by-tab.html
|
| @@ -5,7 +5,7 @@
|
| <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="100" height="100" viewBox="0 0 100 100">
|
| <a xlink:href="" id="svg-a"><text>Link</text></a>
|
| </svg>
|
| -<script src="../../fast/js/resources/js-test-pre.js"></script>
|
| +<script src="../../resources/js-test.js"></script>
|
| <script>
|
| var input1 = document.getElementById('input1');
|
| var tab = '\t';
|
|
|