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

Unified Diff: third_party/WebKit/Source/core/page/PrintContextTest.cpp

Issue 2701993002: DO NOT COMMIT: Results of running new (proposed) clang-format on Blink (Closed)
Patch Set: Created 3 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
Index: third_party/WebKit/Source/core/page/PrintContextTest.cpp
diff --git a/third_party/WebKit/Source/core/page/PrintContextTest.cpp b/third_party/WebKit/Source/core/page/PrintContextTest.cpp
index a6612f217b857ba29622892e347002244b5c0e04..3cf835b71094ac94f7e7d8c3c58d96140ad49236 100644
--- a/third_party/WebKit/Source/core/page/PrintContextTest.cpp
+++ b/third_party/WebKit/Source/core/page/PrintContextTest.cpp
@@ -256,13 +256,15 @@ TEST_F(PrintContextTest, LinkedTarget) {
absoluteBlockHtmlForLink(
50, 60, 70, 80,
"#fragment") // Generates a Link_Named_Dest_Key annotation
- + absoluteBlockHtmlForLink(150, 160, 170, 180,
- "#not-found") // Generates no annotation
+ +
+ absoluteBlockHtmlForLink(150, 160, 170, 180,
+ "#not-found") // Generates no annotation
+
htmlForAnchor(250, 260, "fragment",
"fragment") // Generates a Define_Named_Dest_Key annotation
- + htmlForAnchor(350, 360, "fragment-not-used",
- "fragment-not-used")); // Generates no annotation
+ +
+ htmlForAnchor(350, 360, "fragment-not-used",
+ "fragment-not-used")); // Generates no annotation
printSinglePage(canvas);
const Vector<MockCanvas::Operation>& operations = canvas.recordedOperations();
« no previous file with comments | « third_party/WebKit/Source/core/page/PrintContext.cpp ('k') | third_party/WebKit/Source/core/page/SpatialNavigation.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698