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

Unified Diff: content/renderer/render_view_browsertest.cc

Issue 2887273003: No extra space emission in TextIterator::HandleReplacedElement (Closed)
Patch Set: Fri May 19 00:09:20 PDT 2017 Created 3 years, 7 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/accessibility/aria-describedby-on-input-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 31fdebdde696683507409ed4cbe0bde6074189e0..37091ba349bbaa7b9f71329a41bab15eb6313108 100644
--- a/content/renderer/render_view_browsertest.cc
+++ b/content/renderer/render_view_browsertest.cc
@@ -1728,7 +1728,7 @@ TEST_F(RenderViewImplTest, NavigateSubframe) {
std::string output = WebFrameContentDumper::DumpWebViewAsText(
view()->GetWebView(), kMaxOutputCharacters)
.Utf8();
- 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/accessibility/aria-describedby-on-input-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698