| 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 339ba2d325f0030eed8ae3a6f6a33663f8024ef0..44f984eec404d4f92283eb858f55a98789b9b201 100644
|
| --- a/LayoutTests/svg/custom/a-focus-by-tab.html
|
| +++ b/LayoutTests/svg/custom/a-focus-by-tab.html
|
| @@ -20,5 +20,4 @@ testRunner.overridePreference('WebKitTabToLinksPreferenceKey', false);
|
| shouldBe('input1.focus(); document.activeElement', 'input1');
|
| shouldNotBe('eventSender.keyDown(tab); document.activeElement', 'document.getElementById("svg-a")');
|
| </script>
|
| -<script src="../../fast/js/resources/js-test-post.js"></script>
|
| </body>
|
|
|