| Index: LayoutTests/fast/forms/date/date-click-on-label.html
|
| diff --git a/LayoutTests/fast/forms/date/date-click-on-label.html b/LayoutTests/fast/forms/date/date-click-on-label.html
|
| index 038fb9c486aa6286b7d68afe7df4eade423a51dc..3cb2326b63d3900d60bb401aa87a1357839e8321 100644
|
| --- a/LayoutTests/fast/forms/date/date-click-on-label.html
|
| +++ b/LayoutTests/fast/forms/date/date-click-on-label.html
|
| @@ -14,5 +14,4 @@ clickEvent.initEvent('click', true, true);
|
| document.getElementById('label1').dispatchEvent(clickEvent);
|
| shouldBeEqualToString('document.activeElement.id', 'date1');
|
| </script>
|
| -<script src="../../js/resources/js-test-post.js"></script>
|
| </body>
|
|
|