| Index: LayoutTests/fast/forms/textarea-checkValidity-crash.html
|
| diff --git a/LayoutTests/fast/forms/textarea-checkValidity-crash.html b/LayoutTests/fast/forms/textarea-checkValidity-crash.html
|
| index ed943e5bcbd5c8bf05bf58d5a6688ab62e8e7952..803cc93d1f39ad24103434ffd9bad8647264acd3 100644
|
| --- a/LayoutTests/fast/forms/textarea-checkValidity-crash.html
|
| +++ b/LayoutTests/fast/forms/textarea-checkValidity-crash.html
|
| @@ -18,6 +18,5 @@ ta.defaultValue = 'abc'; // Make it non-dirty && invalid.
|
| ta.checkValidity(); // This made an assertion fail.
|
| testPassed('Not crashed.');
|
| </script>
|
| -<script src="../../fast/js/resources/js-test-post.js"></script>
|
| </body>
|
| </html>
|
|
|