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

Unified Diff: content/renderer/render_view_browsertest.cc

Issue 1762673002: Fix RenderViewImplTest.GetCompositionCharacterBoundsTest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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: content/renderer/render_view_browsertest.cc
diff --git a/content/renderer/render_view_browsertest.cc b/content/renderer/render_view_browsertest.cc
index 4a050966d4e9e87cdefcafabd57f5df108c64ad4..19b563741621fc63290efe75b8077bc75a4e4ca5 100644
--- a/content/renderer/render_view_browsertest.cc
+++ b/content/renderer/render_view_browsertest.cc
@@ -1970,12 +1970,9 @@ TEST_F(RenderViewImplTest, GetCompositionCharacterBoundsTest) {
// http://crbug.com/304193
if (base::win::GetVersion() < base::win::VERSION_VISTA)
return;
- // http://crbug.com/508747
- if (base::win::GetVersion() >= base::win::VERSION_WIN10)
- return;
#endif
- LoadHTML("<textarea id=\"test\"></textarea>");
+ LoadHTML("<textarea id=\"test\" cols=\"100\"></textarea>");
ExecuteJavaScriptForTests("document.getElementById('test').focus();");
const base::string16 empty_string;
« 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