| Index: third_party/WebKit/LayoutTests/fast/forms/select/listbox-selection-2.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/forms/select/listbox-selection-2.html b/third_party/WebKit/LayoutTests/fast/forms/select/listbox-selection-2.html
|
| index fd625203918f0708f7da52266160d666f1eb4a95..f66b4e6f14201f7c936bd158982fa9fdc2f9ff1f 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/forms/select/listbox-selection-2.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/forms/select/listbox-selection-2.html
|
| @@ -76,9 +76,6 @@ shouldBe('selectionPattern("sl1")', '"00000010000000000"');
|
| mouseDownOnSelect("sl1", 7);
|
| shouldBe('selectionPattern("sl1")', '"00000001000000000"');
|
|
|
| -mouseDownOnSelect("sl1", 8);
|
| -shouldBe('selectionPattern("sl1")', '"00000001000000000"');
|
| -
|
| mouseDownOnSelect("sl1", 0);
|
| shouldBe('selectionPattern("sl1")', '"10000000000000000"');
|
|
|
|
|