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

Unified Diff: chrome/renderer/render_view_browsertest.cc

Issue 3152051: Undisable tests that were crashy because of re-initializing WebKit: (Closed)
Patch Set: Created 10 years, 4 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 | « chrome/renderer/form_manager_browsertest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/render_view_browsertest.cc
diff --git a/chrome/renderer/render_view_browsertest.cc b/chrome/renderer/render_view_browsertest.cc
index 2aca8337a096797821f346dfc854cfb02151070a..8c9d9c6290b01f72c98835aac6b84293001b0f1d 100644
--- a/chrome/renderer/render_view_browsertest.cc
+++ b/chrome/renderer/render_view_browsertest.cc
@@ -494,8 +494,7 @@ TEST_F(RenderViewTest, OnPrintPageAsBitmap) {
// Test that we can receive correct DOM events when we send input events
// through the RenderWidget::OnHandleInputEvent() function.
-// Crashy, http://crbug.com/52643.
-TEST_F(RenderViewTest, DISABLED_OnHandleKeyboardEvent) {
+TEST_F(RenderViewTest, OnHandleKeyboardEvent) {
// TODO(phajdan.jr): enable on Window when sprintf is removed.
#if defined(OS_LINUX)
// Load an HTML page consisting of one <input> element and three
« no previous file with comments | « chrome/renderer/form_manager_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698