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

Unified Diff: third_party/WebKit/Source/web/tests/MHTMLTest.cpp

Issue 2384033002: reflow comments in web/tests (Closed)
Patch Set: comments (heh!) Created 4 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
Index: third_party/WebKit/Source/web/tests/MHTMLTest.cpp
diff --git a/third_party/WebKit/Source/web/tests/MHTMLTest.cpp b/third_party/WebKit/Source/web/tests/MHTMLTest.cpp
index 5fb452bbff750090b5ff2f1f227a3aef08e09265..11960697292118e558d3cc3e3e331b21b27d8b5b 100644
--- a/third_party/WebKit/Source/web/tests/MHTMLTest.cpp
+++ b/third_party/WebKit/Source/web/tests/MHTMLTest.cpp
@@ -209,7 +209,8 @@ TEST_F(MHTMLTest, TestMHTMLEncoding) {
RefPtr<SharedBuffer> data = serialize("Test Serialization", "text/html",
MHTMLArchive::UseDefaultEncoding);
- // Read the MHTML data line per line and do some pseudo-parsing to make sure the right encoding is used for the different sections.
+ // Read the MHTML data line per line and do some pseudo-parsing to make sure
+ // the right encoding is used for the different sections.
LineReader lineReader(std::string(data->data(), data->size()));
int sectionCheckedCount = 0;
const char* expectedEncoding = 0;
@@ -248,7 +249,8 @@ TEST_F(MHTMLTest, MHTMLFromScheme) {
KURL fileURL = toKURL("file://foo");
KURL specialSchemeURL = toKURL("fooscheme://bar");
- // MHTMLArchives can only be initialized from local schemes, http/https schemes, and content scheme(Android specific).
+ // MHTMLArchives can only be initialized from local schemes, http/https
+ // schemes, and content scheme(Android specific).
EXPECT_NE(nullptr, MHTMLArchive::create(httpURL, data.get()));
#if OS(ANDROID)
EXPECT_NE(nullptr, MHTMLArchive::create(contentURL, data.get()));
« no previous file with comments | « third_party/WebKit/Source/web/tests/LinkSelectionTest.cpp ('k') | third_party/WebKit/Source/web/tests/PrerenderingTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698