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

Unified Diff: content/renderer/render_view_browsertest.cc

Issue 2207513002: Remove an extra space added before iframe Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « no previous file | third_party/WebKit/LayoutTests/editing/selection/selection-in-iframe-removed-crash-expected.txt » ('j') | 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 64556e6969084e2caa7e133c395db71bbe7633f2..c7a65be49c395da77d33f57c70e94939d5165754 100644
--- a/content/renderer/render_view_browsertest.cc
+++ b/content/renderer/render_view_browsertest.cc
@@ -1732,7 +1732,7 @@ TEST_F(RenderViewImplTest, NavigateSubframe) {
std::string output = base::UTF16ToUTF8(
base::StringPiece16(WebFrameContentDumper::dumpWebViewAsText(
view()->GetWebView(), kMaxOutputCharacters)));
- EXPECT_EQ(output, "hello \n\nworld");
+ EXPECT_EQ(output, "hello\n\nworld");
}
// This test ensures that a RenderFrame object is created for the top level
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/editing/selection/selection-in-iframe-removed-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698