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

Unified Diff: chrome/renderer/render_view_browsertest.cc

Issue 6277016: Re-enable RenderViewTest.OnNavStateChanged now that the bug has been (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 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 | 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 05264c6db4316dfbeb8b37950edd58040355aa9d..c44174df04f5c0033ae4b9b37b94d4723f70228f 100644
--- a/chrome/renderer/render_view_browsertest.cc
+++ b/chrome/renderer/render_view_browsertest.cc
@@ -46,9 +46,8 @@ const int kDefaultMaxLength = 0x80000;
} // namespace
-// TODO(jknotten). Fix http://code.google.com/p/chromium/issues/detail?id=70408
// Test that we get form state change notifications when input fields change.
-TEST_F(RenderViewTest, DISABLED_OnNavStateChanged) {
+TEST_F(RenderViewTest, OnNavStateChanged) {
// Don't want any delay for form state sync changes. This will still post a
// message so updates will get coalesced, but as soon as we spin the message
// loop, it will generate an update.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698