| Index: third_party/WebKit/LayoutTests/fast/forms/select/change-multiple-preserve-selection-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/forms/select/change-multiple-preserve-selection-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/select/change-multiple-preserve-selection-expected.txt
|
| index 150b1a1efa0a1df8137dbdae918de88dbbd3c42f..d5d12a5d3e7772837d9403a9f694565d0ab31edb 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/forms/select/change-multiple-preserve-selection-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/forms/select/change-multiple-preserve-selection-expected.txt
|
| @@ -3,10 +3,10 @@ PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
| PASS selectElement.selectedIndex is -1
|
| -PASS selectElement.selectedIndex is -1
|
| +PASS selectElement.selectedIndex is 0
|
| PASS selectElement.selectedIndex is 0
|
| PASS selectElement.selectedIndex is -1
|
| -PASS selectElement.selectedIndex is -1
|
| +PASS selectElement.selectedIndex is 0
|
| PASS selectElement.selectedIndex is 0
|
| PASS selectElement.options[0].selected is true
|
| PASS selectElement.options[1].selected is true
|
|
|