Chromium Code Reviews| 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"'); |
|
Xianzhu
2017/06/03 04:10:21
Why remove this?
chrishtr
2017/06/05 17:23:07
Item 8 is not visible without scrolling. Therefore
Xianzhu
2017/06/05 17:27:52
Acknowledged.
|
| - |
| mouseDownOnSelect("sl1", 0); |
| shouldBe('selectionPattern("sl1")', '"10000000000000000"'); |