| Index: LayoutTests/fast/ime/html-inputmethodcontext.html
|
| diff --git a/LayoutTests/fast/ime/html-inputmethodcontext.html b/LayoutTests/fast/ime/html-inputmethodcontext.html
|
| index 9436ba6cb723dc485f6498810f050831fc09e8d2..841d245aeadeda6709b4c5b1fc32547c973bedd7 100644
|
| --- a/LayoutTests/fast/ime/html-inputmethodcontext.html
|
| +++ b/LayoutTests/fast/ime/html-inputmethodcontext.html
|
| @@ -30,6 +30,5 @@ var inputContext = document.getElementById('input').inputMethodContext;
|
| var input2Context = document.getElementById('input2').inputMethodContext;
|
| shouldNotBe('inputContext', 'input2Context');
|
| </script>
|
| -<script src="../js/resources/js-test-post.js"></script>
|
| </body>
|
| </html>
|
|
|