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

Unified Diff: chrome/browser/ui/omnibox/omnibox_view_browsertest.cc

Issue 8702002: Strip invalid characters (line breaks, tabs), javascript:schemes from the copied text while pasti... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 9 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
« no previous file with comments | « chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/omnibox/omnibox_view_browsertest.cc
===================================================================
--- chrome/browser/ui/omnibox/omnibox_view_browsertest.cc (revision 110898)
+++ chrome/browser/ui/omnibox/omnibox_view_browsertest.cc (working copy)
@@ -1384,7 +1384,13 @@
BasicTextOperationsTest();
}
+// This test is DISABLED because of the behavioral modifications of omnibox.
Peter Kasting 2011/11/29 19:07:28 It's wrong to disable the test. If the test isn't
SanjoyPal 2011/11/30 06:49:26 Done.
+// Please refer http://crbug.com/82181.
+#if defined(OS_LINUX)
+IN_PROC_BROWSER_TEST_F(OmniboxViewViewsTest, DISABLED_AcceptKeywordBySpace) {
+#else
IN_PROC_BROWSER_TEST_F(OmniboxViewViewsTest, AcceptKeywordBySpace) {
+#endif // OS_LINUX
AcceptKeywordBySpaceTest();
}
« no previous file with comments | « chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698