Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(51)

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/select/listbox-selection-2.html

Issue 2915013004: Make all PaintLayers that scroll overflow self-painting. (Closed)
Patch Set: none Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"');

Powered by Google App Engine
This is Rietveld 408576698