| Index: third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js b/third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js
|
| index 12848b54626e663b5c22606d66ae535b4d303959..58e5dbad34ef3948348886024b38ea76f371fe48 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js
|
| @@ -641,8 +641,6 @@ InspectorTest.textContentWithLineBreaks = function(node)
|
| } else if (currentNode.nodeName === "STYLE") {
|
| currentNode = currentNode.traverseNextNode(node);
|
| continue;
|
| - } else if (currentNode.classList && currentNode.classList.contains("console-message")) {
|
| - buffer += "\n\n";
|
| } else if (currentNode.classList && currentNode.classList.contains("object-properties-section")) {
|
| ignoreFirst = true;
|
| }
|
|
|