| 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();
|
|
|