| Index: LayoutTests/fast/dom/HTMLSelectElement/change-multiple-preserve-selection-expected.txt
|
| diff --git a/LayoutTests/fast/dom/HTMLSelectElement/change-multiple-preserve-selection-expected.txt b/LayoutTests/fast/dom/HTMLSelectElement/change-multiple-preserve-selection-expected.txt
|
| index b2f83ef761ae43efec990301cef853326ed3e68a..150b1a1efa0a1df8137dbdae918de88dbbd3c42f 100644
|
| --- a/LayoutTests/fast/dom/HTMLSelectElement/change-multiple-preserve-selection-expected.txt
|
| +++ b/LayoutTests/fast/dom/HTMLSelectElement/change-multiple-preserve-selection-expected.txt
|
| @@ -1,4 +1,7 @@
|
|
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| PASS selectElement.selectedIndex is -1
|
| PASS selectElement.selectedIndex is -1
|
| PASS selectElement.selectedIndex is 0
|
| @@ -14,7 +17,4 @@ PASS selectElement.options[2].selected is false
|
| PASS selectElement.options[0].selected is true
|
| PASS selectElement.options[1].selected is false
|
| PASS selectElement.options[2].selected is false
|
| -PASS successfullyParsed is true
|
| -
|
| -TEST COMPLETE
|
|
|
|
|