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

Unified Diff: ui/views/controls/label_unittest.cc

Issue 2499303003: Views:: Use TestClipboard in ScopedViewsTestHelper. (Closed)
Patch Set: Created 4 years, 1 month 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: ui/views/controls/label_unittest.cc
diff --git a/ui/views/controls/label_unittest.cc b/ui/views/controls/label_unittest.cc
index 9b15776ff293460cbaeabda9725b715f14a501c8..00c251361b4b49b0cb401175c8b8155d8d761efe 100644
--- a/ui/views/controls/label_unittest.cc
+++ b/ui/views/controls/label_unittest.cc
@@ -922,9 +922,8 @@ TEST_F(LabelSelectionTest, MouseDragWord) {
}
#if defined(OS_LINUX) && !defined(OS_CHROMEOS)
-// Verify selection clipboard behavior on text selection. Disabled due to
-// http://crbug.com/396477.
-TEST_F(LabelSelectionTest, DISABLED_SelectionClipboard) {
+// Verify selection clipboard behavior on text selection.
+TEST_F(LabelSelectionTest, SelectionClipboard) {
label()->SetText(ASCIIToUTF16("Label selection clipboard"));
label()->SizeToPreferredSize();
ASSERT_TRUE(label()->SetSelectable(true));
« no previous file with comments | « no previous file | ui/views/controls/textfield/textfield_unittest.cc » ('j') | ui/views/controls/textfield/textfield_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698