| Index: third_party/WebKit/LayoutTests/http/tests/inspector/elements-test.js
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/elements-test.js b/third_party/WebKit/LayoutTests/http/tests/inspector/elements-test.js
|
| index 49fd944bd9ee92fbba5d2fcd7a2945e15898670d..e293c62468665e71eaf20471f0ddbf609151ee5b 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/elements-test.js
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/elements-test.js
|
| @@ -398,7 +398,7 @@ function printStyleSection(section, omitLonghands, includeSelectorGroupMarks)
|
|
|
| function extractLinkText(element)
|
| {
|
| - var anchor = element.nodeName === "A" ? element : element.querySelector("a");
|
| + var anchor = element.querySelector(".devtools-link");
|
| if (!anchor)
|
| return element.textContent;
|
| var anchorText = anchor.textContent;
|
|
|