| Index: LayoutTests/fast/dom/HTMLSelectElement/option-add-crash.html
|
| diff --git a/LayoutTests/fast/dom/HTMLSelectElement/option-add-crash.html b/LayoutTests/fast/dom/HTMLSelectElement/option-add-crash.html
|
| index afd0b836dd8185895cb46594f0378361baf47666..f2ff342e403c4094a86637fe20376d4a54f97d8d 100755
|
| --- a/LayoutTests/fast/dom/HTMLSelectElement/option-add-crash.html
|
| +++ b/LayoutTests/fast/dom/HTMLSelectElement/option-add-crash.html
|
| @@ -19,5 +19,4 @@ try {
|
| select1.options[0] = new Option("", "");
|
| } catch (Exception) { }
|
| </script>
|
| -<script src="../../js/resources/js-test-post.js"></script>
|
| </html>
|
|
|