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

Unified Diff: chrome/renderer/printing/print_web_view_helper_browsertest.cc

Issue 26914004: Remove temporary <p> elements from printing tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 2 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/printing/print_web_view_helper_browsertest.cc
diff --git a/chrome/renderer/printing/print_web_view_helper_browsertest.cc b/chrome/renderer/printing/print_web_view_helper_browsertest.cc
index e7325cb979f519cce1cd3322ad5ef3cf3e4a48f5..f061bc3de088b7262eb4420df48082b0eb146940 100644
--- a/chrome/renderer/printing/print_web_view_helper_browsertest.cc
+++ b/chrome/renderer/printing/print_web_view_helper_browsertest.cc
@@ -51,7 +51,7 @@ const char kHTMLWithPageSizeCss[] =
" }"
"}"
"</style></head>"
- "<body>Lorem Ipsum:<p>"
+ "<body>Lorem Ipsum:"
"</body></html>";
// A simple web page with print page layout css.
@@ -687,7 +687,7 @@ TEST_F(PrintWebViewHelperPreviewTest, PrintPreviewShrinkToFitPage) {
" }"
"}"
"</style></head>"
- "<body>Lorem Ipsum:<p>"
+ "<body>Lorem Ipsum:"
"</body></html>";
LoadHTML(kHTMLWithPageCss);
« 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