| Index: third_party/WebKit/LayoutTests/http/tests/inspector/console-test.js
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/console-test.js b/third_party/WebKit/LayoutTests/http/tests/inspector/console-test.js
|
| index 4508fcf1a48e7779e656b397240da7ae76d82f03..e6d36adb35fe07cd9635fbdba7219db704aa0125 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/console-test.js
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/console-test.js
|
| @@ -204,7 +204,7 @@ InspectorTest.dumpConsoleMessagesWithStyles = function(sortMessages)
|
| var element = messageViews[i].element();
|
| var messageText = InspectorTest.prepareConsoleMessageText(element);
|
| InspectorTest.addResult(messageText);
|
| - var spans = element.querySelectorAll(".console-message-text > span *");
|
| + var spans = element.querySelectorAll(".console-message-text *");
|
| for (var j = 0; j < spans.length; ++j)
|
| InspectorTest.addResult("Styled text #" + j + ": " + (spans[j].style.cssText || "NO STYLES DEFINED"));
|
| }
|
|
|