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

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, 6 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/forms/select/listbox-selection-2-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"');
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/forms/select/listbox-selection-2-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698