| Index: LayoutTests/fast/forms/fieldset/focus-in-fieldset-disabled.html
|
| diff --git a/LayoutTests/fast/forms/fieldset/focus-in-fieldset-disabled.html b/LayoutTests/fast/forms/fieldset/focus-in-fieldset-disabled.html
|
| index 0becb8399f02c095d3800cde5b2dd34f4251c623..52b6e3e659e375b55002b775a1e0195ac60dc864 100644
|
| --- a/LayoutTests/fast/forms/fieldset/focus-in-fieldset-disabled.html
|
| +++ b/LayoutTests/fast/forms/fieldset/focus-in-fieldset-disabled.html
|
| @@ -13,6 +13,5 @@ debug('It becomes focusable if the fieldset is enabled:');
|
| document.getElementsByTagName('fieldset')[0].disabled = false;
|
| shouldBe('input1.focus(); document.activeElement', 'input1');
|
| </script>
|
| -<script src="../../js/resources/js-test-post.js"></script>
|
| </body>
|
|
|
|
|